Html Css Color HEX #D11D64 Ruby

📋 copy color: '#D11D64'

red 209 ◦ green 29 ◦ blue 100

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

Shades of Ruby #D11D64

Tints of Ruby #D11D64

RGB

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

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

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

R = 61.83%
G = 8.58%
B = 29.59%

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

#D11D64 (or 0xD11D64) is known color: Ruby. HEX triplet: D1, 1D and 64. RGB value is (209,29,100). Sum of RGB (Red+Green+Blue) = 209+29+100=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D64 is #2EE29B. Grayscale: #5A5A5A. Windows color (decimal): -3072668 or 6561233. OLE color: 6561233.

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

Color convert

RGB 209 29 100 -
CMYK 0 0.86 0.52 0.18
HSL 336.33º 0.76% 0.47% -
HSV(B) 336.33º 0.86% 0.82% -
XYZ 29.03 15.35 13.49 -
YUV 90.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 209 29 100 0 0.86 0.52 0.18 336.33 0.76 0.47
Hex D1 1D 64 0 56 34 12 150 4C 2F
Octal 321 35 144 0 126 64 22 520 114 57
Binary 11010001 11101 1100100 0 1010110 110100 10010 101010000 1001100 101111

Color Harmonies of #D11D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D64

Black with #D11D64

Text Example


Text Example

White with #D11D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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