Html Css Color HEX #DF00AE Hollywood Cerise

📋 copy color: '#DF00AE'

red 223 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #DF00AE

Tints of Hollywood Cerise #DF00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.17%
G = 0%
B = 43.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF00AE (or 0xDF00AE) is known color: Hollywood Cerise. HEX triplet: DF, 00 and AE. RGB value is (223,0,174). Sum of RGB (Red+Green+Blue) = 223+0+174=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00AE is #20FF51. Grayscale: #565656. Windows color (decimal): -2162514 or 11403487. OLE color: 11403487.

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

Color convert

RGB 223 0 174 -
CMYK 0 1 0.22 0.13
HSL 313.18º 1% 0.44% -
HSV(B) 313.18º 1% 0.87% -
XYZ 38.07 18.74 41.66 -
YUV 86.51 177.38 225.35 -
System Red Green Blue C M Y K H S L
Decimal 223 0 174 0 1 0.22 0.13 313.18 1 0.44
Hex DF 0 AE 0 64 16 D 139 64 2C
Octal 337 0 256 0 144 26 15 471 144 54
Binary 11011111 0 10101110 0 1100100 10110 1101 100111001 1100100 101100

Color Harmonies of #DF00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00AE

Black with #DF00AE

Text Example


Text Example

White with #DF00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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