Html Css Color HEX #DF0A70 Ruby

📋 copy color: '#DF0A70'

red 223 ◦ green 10 ◦ blue 112

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

Shades of Ruby #DF0A70

Tints of Ruby #DF0A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 64.64%
G = 2.9%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF0A70 (or 0xDF0A70) is known color: Ruby. HEX triplet: DF, 0A and 70. RGB value is (223,10,112). Sum of RGB (Red+Green+Blue) = 223+10+112=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A70 is #20F58F. Grayscale: #555555. Windows color (decimal): -2160016 or 7342815. OLE color: 7342815.

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

Color convert

RGB 223 10 112 -
CMYK 0 0.96 0.50 0.13
HSL 331.27º 0.91% 0.46% -
HSV(B) 331.27º 0.96% 0.87% -
XYZ 33.46 17.07 16.86 -
YUV 85.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 223 10 112 0 0.96 0.50 0.13 331.27 0.91 0.46
Hex DF A 70 0 60 32 D 14B 5B 2E
Octal 337 12 160 0 140 62 15 513 133 56
Binary 11011111 1010 1110000 0 1100000 110010 1101 101001011 1011011 101110

Color Harmonies of #DF0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A70

Black with #DF0A70

Text Example


Text Example

White with #DF0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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