Html Css Color HEX #DF0A9A Hollywood Cerise

📋 copy color: '#DF0A9A'

red 223 ◦ green 10 ◦ blue 154

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

Shades of Hollywood Cerise #DF0A9A

Tints of Hollywood Cerise #DF0A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 57.62%
G = 2.58%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF0A9A (or 0xDF0A9A) is known color: Hollywood Cerise. HEX triplet: DF, 0A and 9A. RGB value is (223,10,154). Sum of RGB (Red+Green+Blue) = 223+10+154=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0A9A is #20F565. Grayscale: #595959. Windows color (decimal): -2159974 or 10095327. OLE color: 10095327.

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

Color convert

RGB 223 10 154 -
CMYK 0 0.96 0.31 0.13
HSL 319.44º 0.91% 0.46% -
HSV(B) 319.44º 0.96% 0.87% -
XYZ 36.37 18.24 32.18 -
YUV 90.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 223 10 154 0 0.96 0.31 0.13 319.44 0.91 0.46
Hex DF A 9A 0 60 1F D 13F 5B 2E
Octal 337 12 232 0 140 37 15 477 133 56
Binary 11011111 1010 10011010 0 1100000 11111 1101 100111111 1011011 101110

Color Harmonies of #DF0A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A9A

Black with #DF0A9A

Text Example


Text Example

White with #DF0A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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