Html Css Color HEX #DF0A9F Hollywood Cerise

📋 copy color: '#DF0A9F'

red 223 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #DF0A9F

Tints of Hollywood Cerise #DF0A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.55%

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

R = 56.89%
G = 2.55%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF0A9F (or 0xDF0A9F) is known color: Hollywood Cerise. HEX triplet: DF, 0A and 9F. RGB value is (223,10,159). Sum of RGB (Red+Green+Blue) = 223+10+159=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0A9F is #20F560. Grayscale: #5A5A5A. Windows color (decimal): -2159969 or 10423007. OLE color: 10423007.

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

Color convert

RGB 223 10 159 -
CMYK 0 0.96 0.29 0.13
HSL 318.03º 0.91% 0.46% -
HSV(B) 318.03º 0.96% 0.87% -
XYZ 36.8 18.41 34.41 -
YUV 90.67 166.57 222.38 -
System Red Green Blue C M Y K H S L
Decimal 223 10 159 0 0.96 0.29 0.13 318.03 0.91 0.46
Hex DF A 9F 0 60 1D D 13E 5B 2E
Octal 337 12 237 0 140 35 15 476 133 56
Binary 11011111 1010 10011111 0 1100000 11101 1101 100111110 1011011 101110

Color Harmonies of #DF0A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A9F

Black with #DF0A9F

Text Example


Text Example

White with #DF0A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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