Html Css Color HEX #D11D65 Ruby

📋 copy color: '#D11D65'

red 209 ◦ green 29 ◦ blue 101

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

Shades of Ruby #D11D65

Tints of Ruby #D11D65

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 61.65%
G = 8.55%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D11D65 (or 0xD11D65) is known color: Ruby. HEX triplet: D1, 1D and 65. RGB value is (209,29,101). Sum of RGB (Red+Green+Blue) = 209+29+101=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D65 is #2EE29A. Grayscale: #5A5A5A. Windows color (decimal): -3072667 or 6626769. OLE color: 6626769.

HSL color Cylindrical-coordinate representation of color #D11D65: hue angle of 336º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D65 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 101 -
CMYK 0 0.86 0.52 0.18
HSL 336º 0.76% 0.47% -
HSV(B) 336º 0.86% 0.82% -
XYZ 29.08 15.37 13.75 -
YUV 91.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 209 29 101 0 0.86 0.52 0.18 336 0.76 0.47
Hex D1 1D 65 0 56 34 12 150 4C 2F
Octal 321 35 145 0 126 64 22 520 114 57
Binary 11010001 11101 1100101 0 1010110 110100 10010 101010000 1001100 101111

Color Harmonies of #D11D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D65

Black with #D11D65

Text Example


Text Example

White with #D11D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D65; }

 p { color: rgb(209,29,101); }

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

background-color css

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

 a { background-color: rgb(209,29,101); }

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

border-color css

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

 span { border-color: rgb(209,29,101); }

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