Html Css Color HEX #D10B64 Ruby

📋 copy color: '#D10B64'

red 209 ◦ green 11 ◦ blue 100

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

Shades of Ruby #D10B64

Tints of Ruby #D10B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 65.31%
G = 3.44%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D10B64 (or 0xD10B64) is known color: Ruby. HEX triplet: D1, 0B and 64. RGB value is (209,11,100). Sum of RGB (Red+Green+Blue) = 209+11+100=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B64 is #2EF49B. Grayscale: #505050. Windows color (decimal): -3077276 or 6556625. OLE color: 6556625.

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

Color convert

RGB 209 11 100 -
CMYK 0 0.95 0.52 0.18
HSL 333.03º 0.9% 0.43% -
HSV(B) 333.03º 0.95% 0.82% -
XYZ 28.71 14.71 13.38 -
YUV 80.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 209 11 100 0 0.95 0.52 0.18 333.03 0.9 0.43
Hex D1 B 64 0 5F 34 12 14D 5A 2B
Octal 321 13 144 0 137 64 22 515 132 53
Binary 11010001 1011 1100100 0 1011111 110100 10010 101001101 1011010 101011

Color Harmonies of #D10B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B64

Black with #D10B64

Text Example


Text Example

White with #D10B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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