Html Css Color HEX #D10562 Ruby

📋 copy color: '#D10562'

red 209 ◦ green 5 ◦ blue 98

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

Shades of Ruby #D10562

Tints of Ruby #D10562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 66.99%
G = 1.6%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D10562 (or 0xD10562) is known color: Ruby. HEX triplet: D1, 05 and 62. RGB value is (209,5,98). Sum of RGB (Red+Green+Blue) = 209+5+98=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10562 is #2EFA9D. Grayscale: #4C4C4C. Windows color (decimal): -3078814 or 6424017. OLE color: 6424017.

HSL color Cylindrical-coordinate representation of color #D10562: hue angle of 332.65º 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 #D10562 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 98 -
CMYK 0 0.98 0.53 0.18
HSL 332.65º 0.95% 0.42% -
HSV(B) 332.65º 0.98% 0.82% -
XYZ 28.55 14.55 12.86 -
YUV 76.6 140.09 222.44 -
System Red Green Blue C M Y K H S L
Decimal 209 5 98 0 0.98 0.53 0.18 332.65 0.95 0.42
Hex D1 5 62 0 62 35 12 14D 5F 2A
Octal 321 5 142 0 142 65 22 515 137 52
Binary 11010001 101 1100010 0 1100010 110101 10010 101001101 1011111 101010

Color Harmonies of #D10562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10562

Black with #D10562

Text Example


Text Example

White with #D10562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10562; }

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

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

background-color css

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

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

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

border-color css

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

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

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