Html Css Color HEX #DF0EA2 Hollywood Cerise

📋 copy color: '#DF0EA2'

red 223 ◦ green 14 ◦ blue 162

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

Shades of Hollywood Cerise #DF0EA2

Tints of Hollywood Cerise #DF0EA2

RGB

 RED value IS 223 (87.5% from 255) = 55.89%

 GREEN value IS 14 (5.86% from 255) = 3.51%

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 55.89%
G = 3.51%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF0EA2 (or 0xDF0EA2) is known color: Hollywood Cerise. HEX triplet: DF, 0E and A2. RGB value is (223,14,162). Sum of RGB (Red+Green+Blue) = 223+14+162=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EA2 is #20F15D. Grayscale: #5C5C5C. Windows color (decimal): -2158942 or 10620639. OLE color: 10620639.

HSL color Cylindrical-coordinate representation of color #DF0EA2: hue angle of 317.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EA2 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 14 162 -
CMYK 0 0.94 0.27 0.13
HSL 317.51º 0.88% 0.46% -
HSV(B) 317.51º 0.94% 0.87% -
XYZ 37.11 18.61 35.82 -
YUV 93.36 166.74 220.47 -
System Red Green Blue C M Y K H S L
Decimal 223 14 162 0 0.94 0.27 0.13 317.51 0.88 0.46
Hex DF E A2 0 5E 1B D 13E 58 2E
Octal 337 16 242 0 136 33 15 476 130 56
Binary 11011111 1110 10100010 0 1011110 11011 1101 100111110 1011000 101110

Color Harmonies of #DF0EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EA2

Black with #DF0EA2

Text Example


Text Example

White with #DF0EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EA2; }

 p { color: rgb(223,14,162); }

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

background-color css

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

 a { background-color: rgb(223,14,162); }

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

border-color css

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

 span { border-color: rgb(223,14,162); }

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