Html Css Color HEX #D10767 Ruby

📋 copy color: '#D10767'

red 209 ◦ green 7 ◦ blue 103

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

Shades of Ruby #D10767

Tints of Ruby #D10767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 65.52%
G = 2.19%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D10767 (or 0xD10767) is known color: Ruby. HEX triplet: D1, 07 and 67. RGB value is (209,7,103). Sum of RGB (Red+Green+Blue) = 209+7+103=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D10767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10767 is #2EF898. Grayscale: #4E4E4E. Windows color (decimal): -3078297 or 6752209. OLE color: 6752209.

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

Color convert

RGB 209 7 103 -
CMYK 0 0.97 0.51 0.18
HSL 331.49º 0.94% 0.42% -
HSV(B) 331.49º 0.97% 0.82% -
XYZ 28.82 14.69 14.15 -
YUV 78.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 209 7 103 0 0.97 0.51 0.18 331.49 0.94 0.42
Hex D1 7 67 0 61 33 12 14B 5E 2A
Octal 321 7 147 0 141 63 22 513 136 52
Binary 11010001 111 1100111 0 1100001 110011 10010 101001011 1011110 101010

Color Harmonies of #D10767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10767

Black with #D10767

Text Example


Text Example

White with #D10767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10767; }

 p { color: rgb(209,7,103); }

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

background-color css

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

 a { background-color: rgb(209,7,103); }

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

border-color css

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

 span { border-color: rgb(209,7,103); }

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