Html Css Color HEX #DE0598 Hollywood Cerise

📋 copy color: '#DE0598'

red 222 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #DE0598

Tints of Hollywood Cerise #DE0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 58.58%
G = 1.32%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE0598 (or 0xDE0598) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 98. RGB value is (222,5,152). Sum of RGB (Red+Green+Blue) = 222+5+152=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0598 is #21FA67. Grayscale: #565656. Windows color (decimal): -2226792 or 9962974. OLE color: 9962974.

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

Color convert

RGB 222 5 152 -
CMYK 0 0.98 0.32 0.13
HSL 319.35º 0.96% 0.45% -
HSV(B) 319.35º 0.98% 0.87% -
XYZ 35.85 17.91 31.27 -
YUV 86.64 164.89 224.55 -
System Red Green Blue C M Y K H S L
Decimal 222 5 152 0 0.98 0.32 0.13 319.35 0.96 0.45
Hex DE 5 98 0 62 20 D 13F 60 2D
Octal 336 5 230 0 142 40 15 477 140 55
Binary 11011110 101 10011000 0 1100010 100000 1101 100111111 1100000 101101

Color Harmonies of #DE0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0598

Black with #DE0598

Text Example


Text Example

White with #DE0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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