Html Css Color HEX #DF01B5 Hollywood Cerise

📋 copy color: '#DF01B5'

red 223 ◦ green 1 ◦ blue 181

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

Shades of Hollywood Cerise #DF01B5

Tints of Hollywood Cerise #DF01B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.69%

R = 55.06%
G = 0.25%
B = 44.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF01B5 (or 0xDF01B5) is known color: Hollywood Cerise. HEX triplet: DF, 01 and B5. RGB value is (223,1,181). Sum of RGB (Red+Green+Blue) = 223+1+181=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01B5 is #20FE4A. Grayscale: #575757. Windows color (decimal): -2162251 or 11862495. OLE color: 11862495.

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

Color convert

RGB 223 1 181 -
CMYK 0 1.00 0.19 0.13
HSL 311.35º 0.99% 0.44% -
HSV(B) 311.35º 1% 0.87% -
XYZ 38.78 19.05 45.35 -
YUV 87.9 180.55 224.36 -
System Red Green Blue C M Y K H S L
Decimal 223 1 181 0 1.00 0.19 0.13 311.35 0.99 0.44
Hex DF 1 B5 0 64 13 D 137 63 2C
Octal 337 1 265 0 144 23 15 467 143 54
Binary 11011111 1 10110101 0 1100100 10011 1101 100110111 1100011 101100

Color Harmonies of #DF01B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01B5

Black with #DF01B5

Text Example


Text Example

White with #DF01B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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