Html Css Color HEX #DF0D95 Hollywood Cerise

📋 copy color: '#DF0D95'

red 223 ◦ green 13 ◦ blue 149

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

Shades of Hollywood Cerise #DF0D95

Tints of Hollywood Cerise #DF0D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 57.92%
G = 3.38%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF0D95 (or 0xDF0D95) is known color: Hollywood Cerise. HEX triplet: DF, 0D and 95. RGB value is (223,13,149). Sum of RGB (Red+Green+Blue) = 223+13+149=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D95 is #20F26A. Grayscale: #5A5A5A. Windows color (decimal): -2159211 or 9768415. OLE color: 9768415.

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

Color convert

RGB 223 13 149 -
CMYK 0 0.94 0.33 0.13
HSL 321.14º 0.89% 0.46% -
HSV(B) 321.14º 0.94% 0.87% -
XYZ 36 18.15 30.04 -
YUV 91.29 160.57 221.94 -
System Red Green Blue C M Y K H S L
Decimal 223 13 149 0 0.94 0.33 0.13 321.14 0.89 0.46
Hex DF D 95 0 5E 21 D 141 59 2E
Octal 337 15 225 0 136 41 15 501 131 56
Binary 11011111 1101 10010101 0 1011110 100001 1101 101000001 1011001 101110

Color Harmonies of #DF0D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D95

Black with #DF0D95

Text Example


Text Example

White with #DF0D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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