Html Css Color HEX #DF0FA0 Hollywood Cerise

📋 copy color: '#DF0FA0'

red 223 ◦ green 15 ◦ blue 160

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

Shades of Hollywood Cerise #DF0FA0

Tints of Hollywood Cerise #DF0FA0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.77%

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 56.03%
G = 3.77%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF0FA0 (or 0xDF0FA0) is known color: Hollywood Cerise. HEX triplet: DF, 0F and A0. RGB value is (223,15,160). Sum of RGB (Red+Green+Blue) = 223+15+160=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0FA0 is #20F05F. Grayscale: #5D5D5D. Windows color (decimal): -2158688 or 10489823. OLE color: 10489823.

HSL color Cylindrical-coordinate representation of color #DF0FA0: hue angle of 318.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FA0 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 15 160 -
CMYK 0 0.93 0.28 0.13
HSL 318.17º 0.87% 0.47% -
HSV(B) 318.17º 0.93% 0.87% -
XYZ 36.95 18.57 34.89 -
YUV 93.72 165.41 220.21 -
System Red Green Blue C M Y K H S L
Decimal 223 15 160 0 0.93 0.28 0.13 318.17 0.87 0.47
Hex DF F A0 0 5D 1C D 13E 57 2F
Octal 337 17 240 0 135 34 15 476 127 57
Binary 11011111 1111 10100000 0 1011101 11100 1101 100111110 1010111 101111

Color Harmonies of #DF0FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0FA0

Black with #DF0FA0

Text Example


Text Example

White with #DF0FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0FA0; }

 p { color: rgb(223,15,160); }

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

background-color css

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

 a { background-color: rgb(223,15,160); }

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

border-color css

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

 span { border-color: rgb(223,15,160); }

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