Html Css Color HEX #DF0A72 Ruby

📋 copy color: '#DF0A72'

red 223 ◦ green 10 ◦ blue 114

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

Shades of Ruby #DF0A72

Tints of Ruby #DF0A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 64.27%
G = 2.88%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF0A72 (or 0xDF0A72) is known color: Ruby. HEX triplet: DF, 0A and 72. RGB value is (223,10,114). Sum of RGB (Red+Green+Blue) = 223+10+114=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A72 is #20F58D. Grayscale: #555555. Windows color (decimal): -2160014 or 7473887. OLE color: 7473887.

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

Color convert

RGB 223 10 114 -
CMYK 0 0.96 0.49 0.13
HSL 330.7º 0.91% 0.46% -
HSV(B) 330.7º 0.96% 0.87% -
XYZ 33.58 17.12 17.45 -
YUV 85.54 144.07 226.04 -
System Red Green Blue C M Y K H S L
Decimal 223 10 114 0 0.96 0.49 0.13 330.7 0.91 0.46
Hex DF A 72 0 60 31 D 14B 5B 2E
Octal 337 12 162 0 140 61 15 513 133 56
Binary 11011111 1010 1110010 0 1100000 110001 1101 101001011 1011011 101110

Color Harmonies of #DF0A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A72

Black with #DF0A72

Text Example


Text Example

White with #DF0A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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