Html Css Color HEX #D10B58 Ruby

📋 copy color: '#D10B58'

red 209 ◦ green 11 ◦ blue 88

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

Shades of Ruby #D10B58

Tints of Ruby #D10B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 67.86%
G = 3.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D10B58 (or 0xD10B58) is known color: Ruby. HEX triplet: D1, 0B and 58. RGB value is (209,11,88). Sum of RGB (Red+Green+Blue) = 209+11+88=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B58 is #2EF4A7. Grayscale: #4E4E4E. Windows color (decimal): -3077288 or 5770193. OLE color: 5770193.

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

Color convert

RGB 209 11 88 -
CMYK 0 0.95 0.58 0.18
HSL 336.67º 0.9% 0.43% -
HSV(B) 336.67º 0.95% 0.82% -
XYZ 28.18 14.5 10.55 -
YUV 78.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 209 11 88 0 0.95 0.58 0.18 336.67 0.9 0.43
Hex D1 B 58 0 5F 3A 12 151 5A 2B
Octal 321 13 130 0 137 72 22 521 132 53
Binary 11010001 1011 1011000 0 1011111 111010 10010 101010001 1011010 101011

Color Harmonies of #D10B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B58

Black with #D10B58

Text Example


Text Example

White with #D10B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B58; }

 p { color: rgb(209,11,88); }

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

background-color css

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

 a { background-color: rgb(209,11,88); }

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

border-color css

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

 span { border-color: rgb(209,11,88); }

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