Html Css Color HEX #D032A5 Deep Cerise

📋 copy color: '#D032A5'

red 208 ◦ green 50 ◦ blue 165

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

Shades of Deep Cerise #D032A5

Tints of Deep Cerise #D032A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 49.17%
G = 11.82%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D032A5 (or 0xD032A5) is known color: Deep Cerise. HEX triplet: D0, 32 and A5. RGB value is (208,50,165). Sum of RGB (Red+Green+Blue) = 208+50+165=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D032A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032A5 is #2FCD5A. Grayscale: #6E6E6E. Windows color (decimal): -3132763 or 10826448. OLE color: 10826448.

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

Color convert

RGB 208 50 165 -
CMYK 0 0.76 0.21 0.18
HSL 316.33º 0.63% 0.51% -
HSV(B) 316.33º 0.76% 0.82% -
XYZ 33.94 18.41 37.36 -
YUV 110.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 208 50 165 0 0.76 0.21 0.18 316.33 0.63 0.51
Hex D0 32 A5 0 4C 15 12 13C 3F 33
Octal 320 62 245 0 114 25 22 474 77 63
Binary 11010000 110010 10100101 0 1001100 10101 10010 100111100 111111 110011

Color Harmonies of #D032A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032A5

Black with #D032A5

Text Example


Text Example

White with #D032A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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