Html Css Color HEX #DE05B2 Hollywood Cerise

📋 copy color: '#DE05B2'

red 222 ◦ green 5 ◦ blue 178

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

Shades of Hollywood Cerise #DE05B2

Tints of Hollywood Cerise #DE05B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 54.81%
G = 1.23%
B = 43.95%

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

#DE05B2 (or 0xDE05B2) is known color: Hollywood Cerise. HEX triplet: DE, 05 and B2. RGB value is (222,5,178). Sum of RGB (Red+Green+Blue) = 222+5+178=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE05B2 is #21FA4D. Grayscale: #595959. Windows color (decimal): -2226766 or 11666910. OLE color: 11666910.

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

Color convert

RGB 222 5 178 -
CMYK 0 0.98 0.20 0.13
HSL 312.17º 0.96% 0.45% -
HSV(B) 312.17º 0.98% 0.87% -
XYZ 38.21 18.85 43.74 -
YUV 89.61 177.89 222.43 -
System Red Green Blue C M Y K H S L
Decimal 222 5 178 0 0.98 0.20 0.13 312.17 0.96 0.45
Hex DE 5 B2 0 62 14 D 138 60 2D
Octal 336 5 262 0 142 24 15 470 140 55
Binary 11011110 101 10110010 0 1100010 10100 1101 100111000 1100000 101101

Color Harmonies of #DE05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE05B2

Black with #DE05B2

Text Example


Text Example

White with #DE05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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