Html Css Color HEX #DF0EA4 Hollywood Cerise

📋 copy color: '#DF0EA4'

red 223 ◦ green 14 ◦ blue 164

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

Shades of Hollywood Cerise #DF0EA4

Tints of Hollywood Cerise #DF0EA4

RGB

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

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

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

R = 55.61%
G = 3.49%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF0EA4 (or 0xDF0EA4) is known color: Hollywood Cerise. HEX triplet: DF, 0E and A4. RGB value is (223,14,164). Sum of RGB (Red+Green+Blue) = 223+14+164=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EA4 is #20F15B. Grayscale: #5D5D5D. Windows color (decimal): -2158940 or 10751711. OLE color: 10751711.

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

Color convert

RGB 223 14 164 -
CMYK 0 0.94 0.26 0.13
HSL 316.94º 0.88% 0.46% -
HSV(B) 316.94º 0.94% 0.87% -
XYZ 37.29 18.68 36.76 -
YUV 93.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 223 14 164 0 0.94 0.26 0.13 316.94 0.88 0.46
Hex DF E A4 0 5E 1A D 13D 58 2E
Octal 337 16 244 0 136 32 15 475 130 56
Binary 11011111 1110 10100100 0 1011110 11010 1101 100111101 1011000 101110

Color Harmonies of #DF0EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EA4

Black with #DF0EA4

Text Example


Text Example

White with #DF0EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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