Html Css Color HEX #D10F70 Ruby

📋 copy color: '#D10F70'

red 209 ◦ green 15 ◦ blue 112

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

Shades of Ruby #D10F70

Tints of Ruby #D10F70

RGB

 RED value IS 209 (82.03% from 255) = 62.2%

 GREEN value IS 15 (6.25% from 255) = 4.46%

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

R = 62.2%
G = 4.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D10F70 (or 0xD10F70) is known color: Ruby. HEX triplet: D1, 0F and 70. RGB value is (209,15,112). Sum of RGB (Red+Green+Blue) = 209+15+112=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F70 is #2EF08F. Grayscale: #535353. Windows color (decimal): -3076240 or 7344081. OLE color: 7344081.

HSL color Cylindrical-coordinate representation of color #D10F70: hue angle of 330º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F70 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 112 -
CMYK 0 0.93 0.46 0.18
HSL 330º 0.87% 0.44% -
HSV(B) 330º 0.93% 0.82% -
XYZ 29.39 15.07 16.69 -
YUV 84.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 209 15 112 0 0.93 0.46 0.18 330 0.87 0.44
Hex D1 F 70 0 5D 2E 12 14A 57 2C
Octal 321 17 160 0 135 56 22 512 127 54
Binary 11010001 1111 1110000 0 1011101 101110 10010 101001010 1010111 101100

Color Harmonies of #D10F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F70

Black with #D10F70

Text Example


Text Example

White with #D10F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F70; }

 p { color: rgb(209,15,112); }

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

background-color css

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

 a { background-color: rgb(209,15,112); }

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

border-color css

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

 span { border-color: rgb(209,15,112); }

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