Html Css Color HEX #D02FA4 Deep Cerise

📋 copy color: '#D02FA4'

red 208 ◦ green 47 ◦ blue 164

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

Shades of Deep Cerise #D02FA4

Tints of Deep Cerise #D02FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 49.64%
G = 11.22%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D02FA4 (or 0xD02FA4) is known color: Deep Cerise. HEX triplet: D0, 2F and A4. RGB value is (208,47,164). Sum of RGB (Red+Green+Blue) = 208+47+164=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FA4 is #2FD05B. Grayscale: #6C6C6C. Windows color (decimal): -3133532 or 10760144. OLE color: 10760144.

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

Color convert

RGB 208 47 164 -
CMYK 0 0.77 0.21 0.18
HSL 316.4º 0.63% 0.5% -
HSV(B) 316.4º 0.77% 0.82% -
XYZ 33.73 18.12 36.84 -
YUV 108.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 208 47 164 0 0.77 0.21 0.18 316.4 0.63 0.5
Hex D0 2F A4 0 4D 15 12 13C 3F 32
Octal 320 57 244 0 115 25 22 474 77 62
Binary 11010000 101111 10100100 0 1001101 10101 10010 100111100 111111 110010

Color Harmonies of #D02FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FA4

Black with #D02FA4

Text Example


Text Example

White with #D02FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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