Html Css Color HEX #DF058D Hollywood Cerise

📋 copy color: '#DF058D'

red 223 ◦ green 5 ◦ blue 141

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

Shades of Hollywood Cerise #DF058D

Tints of Hollywood Cerise #DF058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 60.43%
G = 1.36%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF058D (or 0xDF058D) is known color: Hollywood Cerise. HEX triplet: DF, 05 and 8D. RGB value is (223,5,141). Sum of RGB (Red+Green+Blue) = 223+5+141=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF058D is #20FA72. Grayscale: #555555. Windows color (decimal): -2161267 or 9242079. OLE color: 9242079.

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

Color convert

RGB 223 5 141 -
CMYK 0 0.98 0.37 0.13
HSL 322.57º 0.96% 0.45% -
HSV(B) 322.57º 0.98% 0.87% -
XYZ 35.29 17.72 26.76 -
YUV 85.69 159.22 225.94 -
System Red Green Blue C M Y K H S L
Decimal 223 5 141 0 0.98 0.37 0.13 322.57 0.96 0.45
Hex DF 5 8D 0 62 25 D 143 60 2D
Octal 337 5 215 0 142 45 15 503 140 55
Binary 11011111 101 10001101 0 1100010 100101 1101 101000011 1100000 101101

Color Harmonies of #DF058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF058D

Black with #DF058D

Text Example


Text Example

White with #DF058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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