Html Css Color HEX #D032A2 Deep Cerise

📋 copy color: '#D032A2'

red 208 ◦ green 50 ◦ blue 162

#D032A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D032A2

Tints of Deep Cerise #D032A2

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 49.52%
G = 11.9%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D032A2 (or 0xD032A2) is known color: Deep Cerise. HEX triplet: D0, 32 and A2. RGB value is (208,50,162). Sum of RGB (Red+Green+Blue) = 208+50+162=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D032A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032A2 is #2FCD5D. Grayscale: #6D6D6D. Windows color (decimal): -3132766 or 10629840. OLE color: 10629840.

HSL color Cylindrical-coordinate representation of color #D032A2: hue angle of 317.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032A2 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 162 -
CMYK 0 0.76 0.22 0.18
HSL 317.47º 0.63% 0.51% -
HSV(B) 317.47º 0.76% 0.82% -
XYZ 33.67 18.3 35.94 -
YUV 110.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 208 50 162 0 0.76 0.22 0.18 317.47 0.63 0.51
Hex D0 32 A2 0 4C 16 12 13D 3F 33
Octal 320 62 242 0 114 26 22 475 77 63
Binary 11010000 110010 10100010 0 1001100 10110 10010 100111101 111111 110011

Color Harmonies of #D032A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032A2

Black with #D032A2

Text Example


Text Example

White with #D032A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032A2; }

 p { color: rgb(208,50,162); }

 H1.HeaderClassName
 {
   color: #D032A2;
 }
 .AnyTagClassName
 {
   color: #D032A2;
 }
</style>

background-color css

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

 a { background-color: rgb(208,50,162); }

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

border-color css

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

 span { border-color: rgb(208,50,162); }

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