Html Css Color HEX #DF028C Hollywood Cerise

📋 copy color: '#DF028C'

red 223 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #DF028C

Tints of Hollywood Cerise #DF028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 61.1%
G = 0.55%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF028C (or 0xDF028C) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 8C. RGB value is (223,2,140). Sum of RGB (Red+Green+Blue) = 223+2+140=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF028C is #20FD73. Grayscale: #535353. Windows color (decimal): -2162036 or 9175775. OLE color: 9175775.

HSL color Cylindrical-coordinate representation of color #DF028C: hue angle of 322.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF028C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 140 -
CMYK 0 0.99 0.37 0.13
HSL 322.53º 0.98% 0.44% -
HSV(B) 322.53º 0.99% 0.87% -
XYZ 35.19 17.62 26.36 -
YUV 83.81 159.72 227.28 -
System Red Green Blue C M Y K H S L
Decimal 223 2 140 0 0.99 0.37 0.13 322.53 0.98 0.44
Hex DF 2 8C 0 63 25 D 143 62 2C
Octal 337 2 214 0 143 45 15 503 142 54
Binary 11011111 10 10001100 0 1100011 100101 1101 101000011 1100010 101100

Color Harmonies of #DF028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF028C

Black with #DF028C

Text Example


Text Example

White with #DF028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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