Html Css Color HEX #DF0EAF Hollywood Cerise

📋 copy color: '#DF0EAF'

red 223 ◦ green 14 ◦ blue 175

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

Shades of Hollywood Cerise #DF0EAF

Tints of Hollywood Cerise #DF0EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 54.13%
G = 3.4%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF0EAF (or 0xDF0EAF) is known color: Hollywood Cerise. HEX triplet: DF, 0E and AF. RGB value is (223,14,175). Sum of RGB (Red+Green+Blue) = 223+14+175=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAF is #20F150. Grayscale: #5E5E5E. Windows color (decimal): -2158929 or 11472607. OLE color: 11472607.

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

Color convert

RGB 223 14 175 -
CMYK 0 0.94 0.22 0.13
HSL 313.78º 0.88% 0.46% -
HSV(B) 313.78º 0.94% 0.87% -
XYZ 38.33 19.1 42.22 -
YUV 94.85 173.24 219.41 -
System Red Green Blue C M Y K H S L
Decimal 223 14 175 0 0.94 0.22 0.13 313.78 0.88 0.46
Hex DF E AF 0 5E 16 D 13A 58 2E
Octal 337 16 257 0 136 26 15 472 130 56
Binary 11011111 1110 10101111 0 1011110 10110 1101 100111010 1011000 101110

Color Harmonies of #DF0EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EAF

Black with #DF0EAF

Text Example


Text Example

White with #DF0EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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