#d62da3

Color #D62DA3 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D62DA3

Tints of Deep Cerise #D62DA3

Color information

#D62DA3 (or 0xD62DA3) is unknown color: approx Deep Cerise. HEX triplet: D6, 2D and A3. RGB value is (214,45,163). Sum of RGB (Red+Green+Blue) = 214+45+163=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA3 is #29D25C. Grayscale: #6C6C6C. Windows color (decimal): -2740829 or 10694102. OLE color: 10694102.

HSL color Cylindrical-coordinate representation of color #D62DA3: hue angle of 318.11º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DA3 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21445163-
CMYK00.790.240.16
HSL318.11º67.33%50.78%-
HSV(B)318.11º78.97%83.92%-
XYZ35.2818.8236.42-
YUV108.98158.49202.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 45 (17.97% from 255) = 10.66%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=50.71%
G=10.66%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144516300.790.240.16318.1167.3350.78
HexD62DA304F181013e4333
Octal326552430117302047610363
Binary11010110101101101000110100111111000100001001111101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d62da3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d62da3; }

 p { color: rgb(214,45,163); }

 H1.HeaderClassName
 {
   color: #d62da3;
 }
 .AnyTagClassName
 {
   color: #d62da3;
 }
</style>
background-color css

<style>
 a { background-color: #d62da3; }

 a { background-color: rgb(214,45,163); }

 div.DivClassName
 {
   background-color: #d62da3;
 }
 .BgClassName
 {
   background-color: #d62da3;
 }
</style>
border-color css

<style>
 span { border-color: #d62da3; }

 span { border-color: rgb(214,45,163); }

 td.TdClassName
 {
   border-color: #d62da3;
 }
 .TagClassName
 {
   border-color: #d62da3;
 }
</style>