Html Css Color HEX #DF00B1 Hollywood Cerise

📋 copy color: '#DF00B1'

red 223 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #DF00B1

Tints of Hollywood Cerise #DF00B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 55.75%
G = 0%
B = 44.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF00B1 (or 0xDF00B1) is known color: Hollywood Cerise. HEX triplet: DF, 00 and B1. RGB value is (223,0,177). Sum of RGB (Red+Green+Blue) = 223+0+177=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00B1 is #20FF4E. Grayscale: #565656. Windows color (decimal): -2162511 or 11600095. OLE color: 11600095.

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

Color convert

RGB 223 0 177 -
CMYK 0 1 0.21 0.13
HSL 312.38º 1% 0.44% -
HSV(B) 312.38º 1% 0.87% -
XYZ 38.37 18.86 43.21 -
YUV 86.86 178.88 225.11 -
System Red Green Blue C M Y K H S L
Decimal 223 0 177 0 1 0.21 0.13 312.38 1 0.44
Hex DF 0 B1 0 64 15 D 138 64 2C
Octal 337 0 261 0 144 25 15 470 144 54
Binary 11011111 0 10110001 0 1100100 10101 1101 100111000 1100100 101100

Color Harmonies of #DF00B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00B1

Black with #DF00B1

Text Example


Text Example

White with #DF00B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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