Html Css Color HEX #D11465 Ruby

📋 copy color: '#D11465'

red 209 ◦ green 20 ◦ blue 101

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

Shades of Ruby #D11465

Tints of Ruby #D11465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 63.33%
G = 6.06%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D11465 (or 0xD11465) is known color: Ruby. HEX triplet: D1, 14 and 65. RGB value is (209,20,101). Sum of RGB (Red+Green+Blue) = 209+20+101=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D11465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11465 is #2EEB9A. Grayscale: #555555. Windows color (decimal): -3074971 or 6624465. OLE color: 6624465.

HSL color Cylindrical-coordinate representation of color #D11465: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11465 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 101 -
CMYK 0 0.90 0.52 0.18
HSL 334.29º 0.83% 0.45% -
HSV(B) 334.29º 0.9% 0.82% -
XYZ 28.89 15 13.68 -
YUV 85.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 209 20 101 0 0.90 0.52 0.18 334.29 0.83 0.45
Hex D1 14 65 0 5A 34 12 14E 53 2D
Octal 321 24 145 0 132 64 22 516 123 55
Binary 11010001 10100 1100101 0 1011010 110100 10010 101001110 1010011 101101

Color Harmonies of #D11465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11465

Black with #D11465

Text Example


Text Example

White with #D11465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11465; }

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

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

background-color css

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

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

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

border-color css

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

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

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