Html Css Color HEX #D02FAA Deep Cerise

📋 copy color: '#D02FAA'

red 208 ◦ green 47 ◦ blue 170

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

Shades of Deep Cerise #D02FAA

Tints of Deep Cerise #D02FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

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

R = 48.94%
G = 11.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D02FAA (or 0xD02FAA) is known color: Deep Cerise. HEX triplet: D0, 2F and AA. RGB value is (208,47,170). Sum of RGB (Red+Green+Blue) = 208+47+170=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FAA is #2FD055. Grayscale: #6C6C6C. Windows color (decimal): -3133526 or 11153360. OLE color: 11153360.

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

Color convert

RGB 208 47 170 -
CMYK 0 0.77 0.18 0.18
HSL 314.16º 0.63% 0.5% -
HSV(B) 314.16º 0.77% 0.82% -
XYZ 34.28 18.35 39.76 -
YUV 109.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 208 47 170 0 0.77 0.18 0.18 314.16 0.63 0.5
Hex D0 2F AA 0 4D 12 12 13A 3F 32
Octal 320 57 252 0 115 22 22 472 77 62
Binary 11010000 101111 10101010 0 1001101 10010 10010 100111010 111111 110010

Color Harmonies of #D02FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FAA

Black with #D02FAA

Text Example


Text Example

White with #D02FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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