Html Css Color HEX #DE0C9C Hollywood Cerise

📋 copy color: '#DE0C9C'

red 222 ◦ green 12 ◦ blue 156

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

Shades of Hollywood Cerise #DE0C9C

Tints of Hollywood Cerise #DE0C9C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

 BLUE value IS 156 (61.33% from 255) = 40%

R = 56.92%
G = 3.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE0C9C (or 0xDE0C9C) is known color: Hollywood Cerise. HEX triplet: DE, 0C and 9C. RGB value is (222,12,156). Sum of RGB (Red+Green+Blue) = 222+12+156=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0C9C is #21F363. Grayscale: #5A5A5A. Windows color (decimal): -2224996 or 10226910. OLE color: 10226910.

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

Color convert

RGB 222 12 156 -
CMYK 0 0.95 0.30 0.13
HSL 318.86º 0.9% 0.46% -
HSV(B) 318.86º 0.95% 0.87% -
XYZ 36.26 18.19 33.05 -
YUV 91.21 164.57 221.29 -
System Red Green Blue C M Y K H S L
Decimal 222 12 156 0 0.95 0.30 0.13 318.86 0.9 0.46
Hex DE C 9C 0 5F 1E D 13F 5A 2E
Octal 336 14 234 0 137 36 15 477 132 56
Binary 11011110 1100 10011100 0 1011111 11110 1101 100111111 1011010 101110

Color Harmonies of #DE0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C9C

Black with #DE0C9C

Text Example


Text Example

White with #DE0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C9C; }

 p { color: rgb(222,12,156); }

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

background-color css

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

 a { background-color: rgb(222,12,156); }

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

border-color css

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

 span { border-color: rgb(222,12,156); }

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