Html Css Color HEX #DF0299 Hollywood Cerise

📋 copy color: '#DF0299'

red 223 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #DF0299

Tints of Hollywood Cerise #DF0299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 58.99%
G = 0.53%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF0299 (or 0xDF0299) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 99. RGB value is (223,2,153). Sum of RGB (Red+Green+Blue) = 223+2+153=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0299 is #20FD66. Grayscale: #545454. Windows color (decimal): -2162023 or 10027743. OLE color: 10027743.

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

Color convert

RGB 223 2 153 -
CMYK 0 0.99 0.31 0.13
HSL 319º 0.98% 0.44% -
HSV(B) 319º 0.99% 0.87% -
XYZ 36.2 18.03 31.71 -
YUV 85.29 166.22 226.22 -
System Red Green Blue C M Y K H S L
Decimal 223 2 153 0 0.99 0.31 0.13 319 0.98 0.44
Hex DF 2 99 0 63 1F D 13F 62 2C
Octal 337 2 231 0 143 37 15 477 142 54
Binary 11011111 10 10011001 0 1100011 11111 1101 100111111 1100010 101100

Color Harmonies of #DF0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0299

Black with #DF0299

Text Example


Text Example

White with #DF0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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