Html Css Color HEX #DF0C95 Hollywood Cerise

📋 copy color: '#DF0C95'

red 223 ◦ green 12 ◦ blue 149

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

Shades of Hollywood Cerise #DF0C95

Tints of Hollywood Cerise #DF0C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

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

R = 58.07%
G = 3.13%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF0C95 (or 0xDF0C95) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 95. RGB value is (223,12,149). Sum of RGB (Red+Green+Blue) = 223+12+149=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C95 is #20F36A. Grayscale: #5A5A5A. Windows color (decimal): -2159467 or 9768159. OLE color: 9768159.

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

Color convert

RGB 223 12 149 -
CMYK 0 0.95 0.33 0.13
HSL 321.04º 0.9% 0.46% -
HSV(B) 321.04º 0.95% 0.87% -
XYZ 35.99 18.12 30.03 -
YUV 90.71 160.9 222.36 -
System Red Green Blue C M Y K H S L
Decimal 223 12 149 0 0.95 0.33 0.13 321.04 0.9 0.46
Hex DF C 95 0 5F 21 D 141 5A 2E
Octal 337 14 225 0 137 41 15 501 132 56
Binary 11011111 1100 10010101 0 1011111 100001 1101 101000001 1011010 101110

Color Harmonies of #DF0C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C95

Black with #DF0C95

Text Example


Text Example

White with #DF0C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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