Html Css Color HEX #D10C57 Ruby

📋 copy color: '#D10C57'

red 209 ◦ green 12 ◦ blue 87

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

Shades of Ruby #D10C57

Tints of Ruby #D10C57

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.9%

 BLUE value IS 87 (34.38% from 255) = 28.25%

R = 67.86%
G = 3.9%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D10C57 (or 0xD10C57) is known color: Ruby. HEX triplet: D1, 0C and 57. RGB value is (209,12,87). Sum of RGB (Red+Green+Blue) = 209+12+87=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C57 is #2EF3A8. Grayscale: #4F4F4F. Windows color (decimal): -3077033 or 5704913. OLE color: 5704913.

HSL color Cylindrical-coordinate representation of color #D10C57: hue angle of 337.16º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C57 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 87 -
CMYK 0 0.94 0.58 0.18
HSL 337.16º 0.89% 0.43% -
HSV(B) 337.16º 0.94% 0.82% -
XYZ 28.15 14.51 10.33 -
YUV 79.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 209 12 87 0 0.94 0.58 0.18 337.16 0.89 0.43
Hex D1 C 57 0 5E 3A 12 151 59 2B
Octal 321 14 127 0 136 72 22 521 131 53
Binary 11010001 1100 1010111 0 1011110 111010 10010 101010001 1011001 101011

Color Harmonies of #D10C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C57

Black with #D10C57

Text Example


Text Example

White with #D10C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C57; }

 p { color: rgb(209,12,87); }

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

background-color css

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

 a { background-color: rgb(209,12,87); }

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

border-color css

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

 span { border-color: rgb(209,12,87); }

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