Html Css Color HEX #DE0B93 Hollywood Cerise

📋 copy color: '#DE0B93'

red 222 ◦ green 11 ◦ blue 147

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

Shades of Hollywood Cerise #DE0B93

Tints of Hollywood Cerise #DE0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 58.42%
G = 2.89%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE0B93 (or 0xDE0B93) is known color: Hollywood Cerise. HEX triplet: DE, 0B and 93. RGB value is (222,11,147). Sum of RGB (Red+Green+Blue) = 222+11+147=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0B93 is #21F46C. Grayscale: #595959. Windows color (decimal): -2225261 or 9636830. OLE color: 9636830.

HSL color Cylindrical-coordinate representation of color #DE0B93: hue angle of 321.33º degrees, saturation: 0.91, 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 #DE0B93 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 11 147 -
CMYK 0 0.95 0.34 0.13
HSL 321.33º 0.91% 0.46% -
HSV(B) 321.33º 0.95% 0.87% -
XYZ 35.51 17.88 29.18 -
YUV 89.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 222 11 147 0 0.95 0.34 0.13 321.33 0.91 0.46
Hex DE B 93 0 5F 22 D 141 5B 2E
Octal 336 13 223 0 137 42 15 501 133 56
Binary 11011110 1011 10010011 0 1011111 100010 1101 101000001 1011011 101110

Color Harmonies of #DE0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B93

Black with #DE0B93

Text Example


Text Example

White with #DE0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B93; }

 p { color: rgb(222,11,147); }

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

background-color css

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

 a { background-color: rgb(222,11,147); }

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

border-color css

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

 span { border-color: rgb(222,11,147); }

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