Html Css Color HEX #DE00B1 Hollywood Cerise

📋 copy color: '#DE00B1'

red 222 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #DE00B1

Tints of Hollywood Cerise #DE00B1

RGB

 RED value IS 222 (87.11% from 255) = 55.64%

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

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

R = 55.64%
G = 0%
B = 44.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE00B1 (or 0xDE00B1) is known color: Hollywood Cerise. HEX triplet: DE, 00 and B1. RGB value is (222,0,177). Sum of RGB (Red+Green+Blue) = 222+0+177=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00B1 is #21FF4E. Grayscale: #565656. Windows color (decimal): -2228047 or 11600094. OLE color: 11600094.

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

Color convert

RGB 222 0 177 -
CMYK 0 1 0.20 0.13
HSL 312.16º 1% 0.44% -
HSV(B) 312.16º 1% 0.87% -
XYZ 38.06 18.7 43.2 -
YUV 86.56 179.05 224.61 -
System Red Green Blue C M Y K H S L
Decimal 222 0 177 0 1 0.20 0.13 312.16 1 0.44
Hex DE 0 B1 0 64 14 D 138 64 2C
Octal 336 0 261 0 144 24 15 470 144 54
Binary 11011110 0 10110001 0 1100100 10100 1101 100111000 1100100 101100

Color Harmonies of #DE00B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00B1

Black with #DE00B1

Text Example


Text Example

White with #DE00B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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