Html Css Color HEX #DF0EAC Hollywood Cerise

📋 copy color: '#DF0EAC'

red 223 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #DF0EAC

Tints of Hollywood Cerise #DF0EAC

RGB

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

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

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

R = 54.52%
G = 3.42%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF0EAC (or 0xDF0EAC) is known color: Hollywood Cerise. HEX triplet: DF, 0E and AC. RGB value is (223,14,172). Sum of RGB (Red+Green+Blue) = 223+14+172=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAC is #20F153. Grayscale: #5E5E5E. Windows color (decimal): -2158932 or 11275999. OLE color: 11275999.

HSL color Cylindrical-coordinate representation of color #DF0EAC: hue angle of 314.64º 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 #DF0EAC is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 14 172 -
CMYK 0 0.94 0.23 0.13
HSL 314.64º 0.88% 0.46% -
HSV(B) 314.64º 0.94% 0.87% -
XYZ 38.03 18.98 40.69 -
YUV 94.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 223 14 172 0 0.94 0.23 0.13 314.64 0.88 0.46
Hex DF E AC 0 5E 17 D 13B 58 2E
Octal 337 16 254 0 136 27 15 473 130 56
Binary 11011111 1110 10101100 0 1011110 10111 1101 100111011 1011000 101110

Color Harmonies of #DF0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EAC

Black with #DF0EAC

Text Example


Text Example

White with #DF0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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