Html Css Color HEX #DF0298 Hollywood Cerise

📋 copy color: '#DF0298'

red 223 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #DF0298

Tints of Hollywood Cerise #DF0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 59.15%
G = 0.53%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0298 (or 0xDF0298) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 98. RGB value is (223,2,152). Sum of RGB (Red+Green+Blue) = 223+2+152=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0298 is #20FD67. Grayscale: #545454. Windows color (decimal): -2162024 or 9962207. OLE color: 9962207.

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

Color convert

RGB 223 2 152 -
CMYK 0 0.99 0.32 0.13
HSL 319.28º 0.98% 0.44% -
HSV(B) 319.28º 0.99% 0.87% -
XYZ 36.12 18 31.28 -
YUV 85.18 165.72 226.3 -
System Red Green Blue C M Y K H S L
Decimal 223 2 152 0 0.99 0.32 0.13 319.28 0.98 0.44
Hex DF 2 98 0 63 20 D 13F 62 2C
Octal 337 2 230 0 143 40 15 477 142 54
Binary 11011111 10 10011000 0 1100011 100000 1101 100111111 1100010 101100

Color Harmonies of #DF0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0298

Black with #DF0298

Text Example


Text Example

White with #DF0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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