Html Css Color HEX #D032AA Deep Cerise

📋 copy color: '#D032AA'

red 208 ◦ green 50 ◦ blue 170

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

Shades of Deep Cerise #D032AA

Tints of Deep Cerise #D032AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 48.6%
G = 11.68%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D032AA (or 0xD032AA) is known color: Deep Cerise. HEX triplet: D0, 32 and AA. RGB value is (208,50,170). Sum of RGB (Red+Green+Blue) = 208+50+170=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D032AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032AA is #2FCD55. Grayscale: #6E6E6E. Windows color (decimal): -3132758 or 11154128. OLE color: 11154128.

HSL color Cylindrical-coordinate representation of color #D032AA: hue angle of 314.43º 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 #D032AA is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 170 -
CMYK 0 0.76 0.18 0.18
HSL 314.43º 0.63% 0.51% -
HSV(B) 314.43º 0.76% 0.82% -
XYZ 34.41 18.59 39.81 -
YUV 110.92 161.35 197.24 -
System Red Green Blue C M Y K H S L
Decimal 208 50 170 0 0.76 0.18 0.18 314.43 0.63 0.51
Hex D0 32 AA 0 4C 12 12 13A 3F 33
Octal 320 62 252 0 114 22 22 472 77 63
Binary 11010000 110010 10101010 0 1001100 10010 10010 100111010 111111 110011

Color Harmonies of #D032AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032AA

Black with #D032AA

Text Example


Text Example

White with #D032AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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