Html Css Color HEX #DE058F Hollywood Cerise

📋 copy color: '#DE058F'

red 222 ◦ green 5 ◦ blue 143

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

Shades of Hollywood Cerise #DE058F

Tints of Hollywood Cerise #DE058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 60%
G = 1.35%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE058F (or 0xDE058F) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 8F. RGB value is (222,5,143). Sum of RGB (Red+Green+Blue) = 222+5+143=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE058F is #21FA70. Grayscale: #555555. Windows color (decimal): -2226801 or 9373150. OLE color: 9373150.

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

Color convert

RGB 222 5 143 -
CMYK 0 0.98 0.36 0.13
HSL 321.84º 0.96% 0.45% -
HSV(B) 321.84º 0.98% 0.87% -
XYZ 35.14 17.62 27.54 -
YUV 85.62 160.39 225.28 -
System Red Green Blue C M Y K H S L
Decimal 222 5 143 0 0.98 0.36 0.13 321.84 0.96 0.45
Hex DE 5 8F 0 62 24 D 142 60 2D
Octal 336 5 217 0 142 44 15 502 140 55
Binary 11011110 101 10001111 0 1100010 100100 1101 101000010 1100000 101101

Color Harmonies of #DE058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE058F

Black with #DE058F

Text Example


Text Example

White with #DE058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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