Html Css Color HEX #D10560 Ruby

📋 copy color: '#D10560'

red 209 ◦ green 5 ◦ blue 96

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

Shades of Ruby #D10560

Tints of Ruby #D10560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 67.42%
G = 1.61%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D10560 (or 0xD10560) is known color: Ruby. HEX triplet: D1, 05 and 60. RGB value is (209,5,96). Sum of RGB (Red+Green+Blue) = 209+5+96=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D10560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10560 is #2EFA9F. Grayscale: #4C4C4C. Windows color (decimal): -3078816 or 6292945. OLE color: 6292945.

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

Color convert

RGB 209 5 96 -
CMYK 0 0.98 0.54 0.18
HSL 333.24º 0.95% 0.42% -
HSV(B) 333.24º 0.98% 0.82% -
XYZ 28.46 14.51 12.37 -
YUV 76.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 209 5 96 0 0.98 0.54 0.18 333.24 0.95 0.42
Hex D1 5 60 0 62 36 12 14D 5F 2A
Octal 321 5 140 0 142 66 22 515 137 52
Binary 11010001 101 1100000 0 1100010 110110 10010 101001101 1011111 101010

Color Harmonies of #D10560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10560

Black with #D10560

Text Example


Text Example

White with #D10560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10560; }

 p { color: rgb(209,5,96); }

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

background-color css

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

 a { background-color: rgb(209,5,96); }

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

border-color css

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

 span { border-color: rgb(209,5,96); }

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