Html Css Color HEX #DF0C9F Hollywood Cerise

📋 copy color: '#DF0C9F'

red 223 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #DF0C9F

Tints of Hollywood Cerise #DF0C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 56.6%
G = 3.05%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF0C9F (or 0xDF0C9F) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 9F. RGB value is (223,12,159). Sum of RGB (Red+Green+Blue) = 223+12+159=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C9F is #20F360. Grayscale: #5B5B5B. Windows color (decimal): -2159457 or 10423519. OLE color: 10423519.

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

Color convert

RGB 223 12 159 -
CMYK 0 0.95 0.29 0.13
HSL 318.2º 0.9% 0.46% -
HSV(B) 318.2º 0.95% 0.87% -
XYZ 36.82 18.45 34.42 -
YUV 91.85 165.9 221.55 -
System Red Green Blue C M Y K H S L
Decimal 223 12 159 0 0.95 0.29 0.13 318.2 0.9 0.46
Hex DF C 9F 0 5F 1D D 13E 5A 2E
Octal 337 14 237 0 137 35 15 476 132 56
Binary 11011111 1100 10011111 0 1011111 11101 1101 100111110 1011010 101110

Color Harmonies of #DF0C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C9F

Black with #DF0C9F

Text Example


Text Example

White with #DF0C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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