Html Css Color HEX #DF04AB Hollywood Cerise

📋 copy color: '#DF04AB'

red 223 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #DF04AB

Tints of Hollywood Cerise #DF04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 56.03%
G = 1.01%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF04AB (or 0xDF04AB) is known color: Hollywood Cerise. HEX triplet: DF, 04 and AB. RGB value is (223,4,171). Sum of RGB (Red+Green+Blue) = 223+4+171=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04AB is #20FB54. Grayscale: #585858. Windows color (decimal): -2161493 or 11207903. OLE color: 11207903.

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

Color convert

RGB 223 4 171 -
CMYK 0 0.98 0.23 0.13
HSL 314.25º 0.96% 0.45% -
HSV(B) 314.25º 0.98% 0.87% -
XYZ 37.83 18.72 40.15 -
YUV 88.52 174.55 223.92 -
System Red Green Blue C M Y K H S L
Decimal 223 4 171 0 0.98 0.23 0.13 314.25 0.96 0.45
Hex DF 4 AB 0 62 17 D 13A 60 2D
Octal 337 4 253 0 142 27 15 472 140 55
Binary 11011111 100 10101011 0 1100010 10111 1101 100111010 1100000 101101

Color Harmonies of #DF04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04AB

Black with #DF04AB

Text Example


Text Example

White with #DF04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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