Html Css Color HEX #D032A3 Deep Cerise

📋 copy color: '#D032A3'

red 208 ◦ green 50 ◦ blue 163

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

Shades of Deep Cerise #D032A3

Tints of Deep Cerise #D032A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.72%

R = 49.41%
G = 11.88%
B = 38.72%

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

#D032A3 (or 0xD032A3) is known color: Deep Cerise. HEX triplet: D0, 32 and A3. RGB value is (208,50,163). Sum of RGB (Red+Green+Blue) = 208+50+163=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D032A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032A3 is #2FCD5C. Grayscale: #6D6D6D. Windows color (decimal): -3132765 or 10695376. OLE color: 10695376.

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

Color convert

RGB 208 50 163 -
CMYK 0 0.76 0.22 0.18
HSL 317.09º 0.63% 0.51% -
HSV(B) 317.09º 0.76% 0.82% -
XYZ 33.76 18.34 36.41 -
YUV 110.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 208 50 163 0 0.76 0.22 0.18 317.09 0.63 0.51
Hex D0 32 A3 0 4C 16 12 13D 3F 33
Octal 320 62 243 0 114 26 22 475 77 63
Binary 11010000 110010 10100011 0 1001100 10110 10010 100111101 111111 110011

Color Harmonies of #D032A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032A3

Black with #D032A3

Text Example


Text Example

White with #D032A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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