Html Css Color HEX #D02FAC Deep Cerise

📋 copy color: '#D02FAC'

red 208 ◦ green 47 ◦ blue 172

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

Shades of Deep Cerise #D02FAC

Tints of Deep Cerise #D02FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 48.71%
G = 11.01%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D02FAC (or 0xD02FAC) is known color: Deep Cerise. HEX triplet: D0, 2F and AC. RGB value is (208,47,172). Sum of RGB (Red+Green+Blue) = 208+47+172=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FAC is #2FD053. Grayscale: #6D6D6D. Windows color (decimal): -3133524 or 11284432. OLE color: 11284432.

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

Color convert

RGB 208 47 172 -
CMYK 0 0.77 0.17 0.18
HSL 313.42º 0.63% 0.5% -
HSV(B) 313.42º 0.77% 0.82% -
XYZ 34.48 18.42 40.77 -
YUV 109.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 208 47 172 0 0.77 0.17 0.18 313.42 0.63 0.5
Hex D0 2F AC 0 4D 11 12 139 3F 32
Octal 320 57 254 0 115 21 22 471 77 62
Binary 11010000 101111 10101100 0 1001101 10001 10010 100111001 111111 110010

Color Harmonies of #D02FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FAC

Black with #D02FAC

Text Example


Text Example

White with #D02FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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