Html Css Color HEX #DF058E Hollywood Cerise

📋 copy color: '#DF058E'

red 223 ◦ green 5 ◦ blue 142

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

Shades of Hollywood Cerise #DF058E

Tints of Hollywood Cerise #DF058E

RGB

 RED value IS 223 (87.5% from 255) = 60.27%

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 60.27%
G = 1.35%
B = 38.38%

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

#DF058E (or 0xDF058E) is known color: Hollywood Cerise. HEX triplet: DF, 05 and 8E. RGB value is (223,5,142). Sum of RGB (Red+Green+Blue) = 223+5+142=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF058E is #20FA71. Grayscale: #555555. Windows color (decimal): -2161266 or 9307615. OLE color: 9307615.

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

Color convert

RGB 223 5 142 -
CMYK 0 0.98 0.36 0.13
HSL 322.29º 0.96% 0.45% -
HSV(B) 322.29º 0.98% 0.87% -
XYZ 35.37 17.75 27.15 -
YUV 85.8 159.72 225.86 -
System Red Green Blue C M Y K H S L
Decimal 223 5 142 0 0.98 0.36 0.13 322.29 0.96 0.45
Hex DF 5 8E 0 62 24 D 142 60 2D
Octal 337 5 216 0 142 44 15 502 140 55
Binary 11011111 101 10001110 0 1100010 100100 1101 101000010 1100000 101101

Color Harmonies of #DF058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF058E

Black with #DF058E

Text Example


Text Example

White with #DF058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF058E; }

 p { color: rgb(223,5,142); }

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

background-color css

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

 a { background-color: rgb(223,5,142); }

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

border-color css

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

 span { border-color: rgb(223,5,142); }

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