Html Css Color HEX #DF0AAE Hollywood Cerise

📋 copy color: '#DF0AAE'

red 223 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #DF0AAE

Tints of Hollywood Cerise #DF0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 54.79%
G = 2.46%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF0AAE (or 0xDF0AAE) is known color: Hollywood Cerise. HEX triplet: DF, 0A and AE. RGB value is (223,10,174). Sum of RGB (Red+Green+Blue) = 223+10+174=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AAE is #20F551. Grayscale: #5B5B5B. Windows color (decimal): -2159954 or 11406047. OLE color: 11406047.

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

Color convert

RGB 223 10 174 -
CMYK 0 0.96 0.22 0.13
HSL 313.8º 0.91% 0.46% -
HSV(B) 313.8º 0.96% 0.87% -
XYZ 38.18 18.96 41.69 -
YUV 92.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 223 10 174 0 0.96 0.22 0.13 313.8 0.91 0.46
Hex DF A AE 0 60 16 D 13A 5B 2E
Octal 337 12 256 0 140 26 15 472 133 56
Binary 11011111 1010 10101110 0 1100000 10110 1101 100111010 1011011 101110

Color Harmonies of #DF0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AAE

Black with #DF0AAE

Text Example


Text Example

White with #DF0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AAE; }

 p { color: rgb(223,10,174); }

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

background-color css

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

 a { background-color: rgb(223,10,174); }

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

border-color css

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

 span { border-color: rgb(223,10,174); }

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