Html Css Color HEX #DF0A93 Hollywood Cerise

📋 copy color: '#DF0A93'

red 223 ◦ green 10 ◦ blue 147

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

Shades of Hollywood Cerise #DF0A93

Tints of Hollywood Cerise #DF0A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 58.68%
G = 2.63%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0A93 (or 0xDF0A93) is known color: Hollywood Cerise. HEX triplet: DF, 0A and 93. RGB value is (223,10,147). Sum of RGB (Red+Green+Blue) = 223+10+147=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0A93 is #20F56C. Grayscale: #585858. Windows color (decimal): -2159981 or 9636575. OLE color: 9636575.

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

Color convert

RGB 223 10 147 -
CMYK 0 0.96 0.34 0.13
HSL 321.41º 0.91% 0.46% -
HSV(B) 321.41º 0.96% 0.87% -
XYZ 35.81 18.01 29.19 -
YUV 89.31 160.57 223.36 -
System Red Green Blue C M Y K H S L
Decimal 223 10 147 0 0.96 0.34 0.13 321.41 0.91 0.46
Hex DF A 93 0 60 22 D 141 5B 2E
Octal 337 12 223 0 140 42 15 501 133 56
Binary 11011111 1010 10010011 0 1100000 100010 1101 101000001 1011011 101110

Color Harmonies of #DF0A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A93

Black with #DF0A93

Text Example


Text Example

White with #DF0A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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