Html Css Color HEX #DF0D98 Hollywood Cerise

📋 copy color: '#DF0D98'

red 223 ◦ green 13 ◦ blue 152

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

Shades of Hollywood Cerise #DF0D98

Tints of Hollywood Cerise #DF0D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

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

R = 57.47%
G = 3.35%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0D98 (or 0xDF0D98) is known color: Hollywood Cerise. HEX triplet: DF, 0D and 98. RGB value is (223,13,152). Sum of RGB (Red+Green+Blue) = 223+13+152=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D98 is #20F267. Grayscale: #5B5B5B. Windows color (decimal): -2159208 or 9965023. OLE color: 9965023.

HSL color Cylindrical-coordinate representation of color #DF0D98: hue angle of 320.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D98 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 152 -
CMYK 0 0.94 0.32 0.13
HSL 320.29º 0.89% 0.46% -
HSV(B) 320.29º 0.94% 0.87% -
XYZ 36.24 18.24 31.32 -
YUV 91.64 162.07 221.7 -
System Red Green Blue C M Y K H S L
Decimal 223 13 152 0 0.94 0.32 0.13 320.29 0.89 0.46
Hex DF D 98 0 5E 20 D 140 59 2E
Octal 337 15 230 0 136 40 15 500 131 56
Binary 11011111 1101 10011000 0 1011110 100000 1101 101000000 1011001 101110

Color Harmonies of #DF0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D98

Black with #DF0D98

Text Example


Text Example

White with #DF0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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