Html Css Color HEX #DE05B1 Hollywood Cerise

📋 copy color: '#DE05B1'

red 222 ◦ green 5 ◦ blue 177

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

Shades of Hollywood Cerise #DE05B1

Tints of Hollywood Cerise #DE05B1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 54.95%
G = 1.24%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE05B1 (or 0xDE05B1) is known color: Hollywood Cerise. HEX triplet: DE, 05 and B1. RGB value is (222,5,177). Sum of RGB (Red+Green+Blue) = 222+5+177=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE05B1 is #21FA4E. Grayscale: #595959. Windows color (decimal): -2226767 or 11601374. OLE color: 11601374.

HSL color Cylindrical-coordinate representation of color #DE05B1: hue angle of 312.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE05B1 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 5 177 -
CMYK 0 0.98 0.20 0.13
HSL 312.44º 0.96% 0.45% -
HSV(B) 312.44º 0.98% 0.87% -
XYZ 38.11 18.81 43.22 -
YUV 89.49 177.39 222.51 -
System Red Green Blue C M Y K H S L
Decimal 222 5 177 0 0.98 0.20 0.13 312.44 0.96 0.45
Hex DE 5 B1 0 62 14 D 138 60 2D
Octal 336 5 261 0 142 24 15 470 140 55
Binary 11011110 101 10110001 0 1100010 10100 1101 100111000 1100000 101101

Color Harmonies of #DE05B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE05B1

Black with #DE05B1

Text Example


Text Example

White with #DE05B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE05B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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