Html Css Color HEX #DE06B2 Hollywood Cerise

📋 copy color: '#DE06B2'

red 222 ◦ green 6 ◦ blue 178

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

Shades of Hollywood Cerise #DE06B2

Tints of Hollywood Cerise #DE06B2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.48%

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

R = 54.68%
G = 1.48%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE06B2 (or 0xDE06B2) is known color: Hollywood Cerise. HEX triplet: DE, 06 and B2. RGB value is (222,6,178). Sum of RGB (Red+Green+Blue) = 222+6+178=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE06B2 is #21F94D. Grayscale: #595959. Windows color (decimal): -2226510 or 11667166. OLE color: 11667166.

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

Color convert

RGB 222 6 178 -
CMYK 0 0.97 0.20 0.13
HSL 312.22º 0.95% 0.45% -
HSV(B) 312.22º 0.97% 0.87% -
XYZ 38.23 18.87 43.75 -
YUV 90.19 177.56 222.01 -
System Red Green Blue C M Y K H S L
Decimal 222 6 178 0 0.97 0.20 0.13 312.22 0.95 0.45
Hex DE 6 B2 0 61 14 D 138 5F 2D
Octal 336 6 262 0 141 24 15 470 137 55
Binary 11011110 110 10110010 0 1100001 10100 1101 100111000 1011111 101101

Color Harmonies of #DE06B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE06B2

Black with #DE06B2

Text Example


Text Example

White with #DE06B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE06B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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