Html Css Color HEX #DF00AB Hollywood Cerise

📋 copy color: '#DF00AB'

red 223 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #DF00AB

Tints of Hollywood Cerise #DF00AB

RGB

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

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

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

R = 56.6%
G = 0%
B = 43.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF00AB (or 0xDF00AB) is known color: Hollywood Cerise. HEX triplet: DF, 00 and AB. RGB value is (223,0,171). Sum of RGB (Red+Green+Blue) = 223+0+171=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00AB is #20FF54. Grayscale: #555555. Windows color (decimal): -2162517 or 11206879. OLE color: 11206879.

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

Color convert

RGB 223 0 171 -
CMYK 0 1 0.23 0.13
HSL 313.99º 1% 0.44% -
HSV(B) 313.99º 1% 0.87% -
XYZ 37.78 18.63 40.13 -
YUV 86.17 175.88 225.6 -
System Red Green Blue C M Y K H S L
Decimal 223 0 171 0 1 0.23 0.13 313.99 1 0.44
Hex DF 0 AB 0 64 17 D 13A 64 2C
Octal 337 0 253 0 144 27 15 472 144 54
Binary 11011111 0 10101011 0 1100100 10111 1101 100111010 1100100 101100

Color Harmonies of #DF00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00AB

Black with #DF00AB

Text Example


Text Example

White with #DF00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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