Html Css Color HEX #DF07AB Hollywood Cerise

📋 copy color: '#DF07AB'

red 223 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #DF07AB

Tints of Hollywood Cerise #DF07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

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

R = 55.61%
G = 1.75%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF07AB (or 0xDF07AB) is known color: Hollywood Cerise. HEX triplet: DF, 07 and AB. RGB value is (223,7,171). Sum of RGB (Red+Green+Blue) = 223+7+171=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07AB is #20F854. Grayscale: #595959. Windows color (decimal): -2160725 or 11208671. OLE color: 11208671.

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

Color convert

RGB 223 7 171 -
CMYK 0 0.97 0.23 0.13
HSL 314.44º 0.94% 0.45% -
HSV(B) 314.44º 0.97% 0.87% -
XYZ 37.86 18.78 40.16 -
YUV 90.28 173.56 222.66 -
System Red Green Blue C M Y K H S L
Decimal 223 7 171 0 0.97 0.23 0.13 314.44 0.94 0.45
Hex DF 7 AB 0 61 17 D 13A 5E 2D
Octal 337 7 253 0 141 27 15 472 136 55
Binary 11011111 111 10101011 0 1100001 10111 1101 100111010 1011110 101101

Color Harmonies of #DF07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07AB

Black with #DF07AB

Text Example


Text Example

White with #DF07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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