Html Css Color HEX #DF0C9C Hollywood Cerise

📋 copy color: '#DF0C9C'

red 223 ◦ green 12 ◦ blue 156

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

Shades of Hollywood Cerise #DF0C9C

Tints of Hollywood Cerise #DF0C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 57.03%
G = 3.07%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF0C9C (or 0xDF0C9C) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 9C. RGB value is (223,12,156). Sum of RGB (Red+Green+Blue) = 223+12+156=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C9C is #20F363. Grayscale: #5B5B5B. Windows color (decimal): -2159460 or 10226911. OLE color: 10226911.

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

Color convert

RGB 223 12 156 -
CMYK 0 0.95 0.30 0.13
HSL 319.05º 0.9% 0.46% -
HSV(B) 319.05º 0.95% 0.87% -
XYZ 36.56 18.35 33.07 -
YUV 91.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 223 12 156 0 0.95 0.30 0.13 319.05 0.9 0.46
Hex DF C 9C 0 5F 1E D 13F 5A 2E
Octal 337 14 234 0 137 36 15 477 132 56
Binary 11011111 1100 10011100 0 1011111 11110 1101 100111111 1011010 101110

Color Harmonies of #DF0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C9C

Black with #DF0C9C

Text Example


Text Example

White with #DF0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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