Html Css Color HEX #DF048C Hollywood Cerise

📋 copy color: '#DF048C'

red 223 ◦ green 4 ◦ blue 140

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

Shades of Hollywood Cerise #DF048C

Tints of Hollywood Cerise #DF048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 60.76%
G = 1.09%
B = 38.15%

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

#DF048C (or 0xDF048C) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 8C. RGB value is (223,4,140). Sum of RGB (Red+Green+Blue) = 223+4+140=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF048C is #20FB73. Grayscale: #545454. Windows color (decimal): -2161524 or 9176287. OLE color: 9176287.

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

Color convert

RGB 223 4 140 -
CMYK 0 0.98 0.37 0.13
HSL 322.74º 0.96% 0.45% -
HSV(B) 322.74º 0.98% 0.87% -
XYZ 35.21 17.67 26.37 -
YUV 84.99 159.05 226.44 -
System Red Green Blue C M Y K H S L
Decimal 223 4 140 0 0.98 0.37 0.13 322.74 0.96 0.45
Hex DF 4 8C 0 62 25 D 143 60 2D
Octal 337 4 214 0 142 45 15 503 140 55
Binary 11011111 100 10001100 0 1100010 100101 1101 101000011 1100000 101101

Color Harmonies of #DF048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF048C

Black with #DF048C

Text Example


Text Example

White with #DF048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF048C; }

 p { color: rgb(223,4,140); }

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

background-color css

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

 a { background-color: rgb(223,4,140); }

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

border-color css

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

 span { border-color: rgb(223,4,140); }

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