Html Css Color HEX #D10370 Ruby

📋 copy color: '#D10370'

red 209 ◦ green 3 ◦ blue 112

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

Shades of Ruby #D10370

Tints of Ruby #D10370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 64.51%
G = 0.93%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D10370 (or 0xD10370) is known color: Ruby. HEX triplet: D1, 03 and 70. RGB value is (209,3,112). Sum of RGB (Red+Green+Blue) = 209+3+112=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D10370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10370 is #2EFC8F. Grayscale: #4C4C4C. Windows color (decimal): -3079312 or 7341009. OLE color: 7341009.

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

Color convert

RGB 209 3 112 -
CMYK 0 0.99 0.46 0.18
HSL 328.25º 0.97% 0.42% -
HSV(B) 328.25º 0.99% 0.82% -
XYZ 29.25 14.79 16.64 -
YUV 77.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 209 3 112 0 0.99 0.46 0.18 328.25 0.97 0.42
Hex D1 3 70 0 63 2E 12 148 61 2A
Octal 321 3 160 0 143 56 22 510 141 52
Binary 11010001 11 1110000 0 1100011 101110 10010 101001000 1100001 101010

Color Harmonies of #D10370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10370

Black with #D10370

Text Example


Text Example

White with #D10370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10370; }

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

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

background-color css

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

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

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

border-color css

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

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

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