Html Css Color HEX #DF0970 Ruby

📋 copy color: '#DF0970'

red 223 ◦ green 9 ◦ blue 112

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

Shades of Ruby #DF0970

Tints of Ruby #DF0970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 64.83%
G = 2.62%
B = 32.56%

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

#DF0970 (or 0xDF0970) is known color: Ruby. HEX triplet: DF, 09 and 70. RGB value is (223,9,112). Sum of RGB (Red+Green+Blue) = 223+9+112=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0970 is #20F68F. Grayscale: #545454. Windows color (decimal): -2160272 or 7342559. OLE color: 7342559.

HSL color Cylindrical-coordinate representation of color #DF0970: hue angle of 331.12º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0970 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 9 112 -
CMYK 0 0.96 0.50 0.13
HSL 331.12º 0.92% 0.45% -
HSV(B) 331.12º 0.96% 0.87% -
XYZ 33.45 17.05 16.86 -
YUV 84.73 143.4 226.62 -
System Red Green Blue C M Y K H S L
Decimal 223 9 112 0 0.96 0.50 0.13 331.12 0.92 0.45
Hex DF 9 70 0 60 32 D 14B 5C 2D
Octal 337 11 160 0 140 62 15 513 134 55
Binary 11011111 1001 1110000 0 1100000 110010 1101 101001011 1011100 101101

Color Harmonies of #DF0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0970

Black with #DF0970

Text Example


Text Example

White with #DF0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0970; }

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

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

background-color css

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

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

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

border-color css

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

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

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