Html Css Color HEX #DF01B6 Hollywood Cerise

📋 copy color: '#DF01B6'

red 223 ◦ green 1 ◦ blue 182

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

Shades of Hollywood Cerise #DF01B6

Tints of Hollywood Cerise #DF01B6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 54.93%
G = 0.25%
B = 44.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF01B6 (or 0xDF01B6) is known color: Hollywood Cerise. HEX triplet: DF, 01 and B6. RGB value is (223,1,182). Sum of RGB (Red+Green+Blue) = 223+1+182=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01B6 is #20FE49. Grayscale: #575757. Windows color (decimal): -2162250 or 11928031. OLE color: 11928031.

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

Color convert

RGB 223 1 182 -
CMYK 0 1.00 0.18 0.13
HSL 311.08º 0.99% 0.44% -
HSV(B) 311.08º 1% 0.87% -
XYZ 38.89 19.09 45.89 -
YUV 88.01 181.05 224.28 -
System Red Green Blue C M Y K H S L
Decimal 223 1 182 0 1.00 0.18 0.13 311.08 0.99 0.44
Hex DF 1 B6 0 64 12 D 137 63 2C
Octal 337 1 266 0 144 22 15 467 143 54
Binary 11011111 1 10110110 0 1100100 10010 1101 100110111 1100011 101100

Color Harmonies of #DF01B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01B6

Black with #DF01B6

Text Example


Text Example

White with #DF01B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01B6; }

 p { color: rgb(223,1,182); }

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

background-color css

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

 a { background-color: rgb(223,1,182); }

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

border-color css

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

 span { border-color: rgb(223,1,182); }

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