Html Css Color HEX #DF04AE Hollywood Cerise

📋 copy color: '#DF04AE'

red 223 ◦ green 4 ◦ blue 174

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

Shades of Hollywood Cerise #DF04AE

Tints of Hollywood Cerise #DF04AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 55.61%
G = 1%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF04AE (or 0xDF04AE) is known color: Hollywood Cerise. HEX triplet: DF, 04 and AE. RGB value is (223,4,174). Sum of RGB (Red+Green+Blue) = 223+4+174=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04AE is #20FB51. Grayscale: #585858. Windows color (decimal): -2161490 or 11404511. OLE color: 11404511.

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

Color convert

RGB 223 4 174 -
CMYK 0 0.98 0.22 0.13
HSL 313.42º 0.96% 0.45% -
HSV(B) 313.42º 0.98% 0.87% -
XYZ 38.11 18.83 41.67 -
YUV 88.86 176.05 223.68 -
System Red Green Blue C M Y K H S L
Decimal 223 4 174 0 0.98 0.22 0.13 313.42 0.96 0.45
Hex DF 4 AE 0 62 16 D 139 60 2D
Octal 337 4 256 0 142 26 15 471 140 55
Binary 11011111 100 10101110 0 1100010 10110 1101 100111001 1100000 101101

Color Harmonies of #DF04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04AE

Black with #DF04AE

Text Example


Text Example

White with #DF04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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