#DF01B1

Color #DF01B1 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DF01B1

Tints of Hollywood Cerise #DF01B1

Color information

#DF01B1 (or 0xDF01B1) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 01 and B1. RGB value is (223,1,177). Sum of RGB (Red+Green+Blue) = 223+1+177=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01B1 is #20FE4E. Grayscale: #565656. Windows color (decimal): -2162255 or 11600351. OLE color: 11600351.

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

Color convert

RGB2231177-
CMYK01.000.210.13
HSL312.43º99.11%43.92%-
HSV(B)312.43º99.55%87.45%-
XYZ38.3818.8843.22-
YUV87.44178.55224.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.61%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=55.61%
G=0.25%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223117701.000.210.13312.4399.1143.92
HexDF1B106415D138632c
Octal33712610144251547014354
Binary11011111110110001011001001010111011001110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF01B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF01B1; }

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

 H1.HeaderClassName
 {
   color: #DF01B1;
 }
 .AnyTagClassName
 {
   color: #DF01B1;
 }
</style>
background-color css

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

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

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

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

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

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