Html Css Color HEX #D11C65 Ruby

📋 copy color: '#D11C65'

red 209 ◦ green 28 ◦ blue 101

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

Shades of Ruby #D11C65

Tints of Ruby #D11C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.28%

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

R = 61.83%
G = 8.28%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D11C65 (or 0xD11C65) is known color: Ruby. HEX triplet: D1, 1C and 65. RGB value is (209,28,101). Sum of RGB (Red+Green+Blue) = 209+28+101=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C65 is #2EE39A. Grayscale: #5A5A5A. Windows color (decimal): -3072923 or 6626513. OLE color: 6626513.

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

Color convert

RGB 209 28 101 -
CMYK 0 0.87 0.52 0.18
HSL 335.8º 0.76% 0.46% -
HSV(B) 335.8º 0.87% 0.82% -
XYZ 29.06 15.33 13.74 -
YUV 90.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 209 28 101 0 0.87 0.52 0.18 335.8 0.76 0.46
Hex D1 1C 65 0 57 34 12 150 4C 2E
Octal 321 34 145 0 127 64 22 520 114 56
Binary 11010001 11100 1100101 0 1010111 110100 10010 101010000 1001100 101110

Color Harmonies of #D11C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C65

Black with #D11C65

Text Example


Text Example

White with #D11C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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