Html Css Color HEX #D11560 Ruby

📋 copy color: '#D11560'

red 209 ◦ green 21 ◦ blue 96

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

Shades of Ruby #D11560

Tints of Ruby #D11560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 64.11%
G = 6.44%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D11560 (or 0xD11560) is known color: Ruby. HEX triplet: D1, 15 and 60. RGB value is (209,21,96). Sum of RGB (Red+Green+Blue) = 209+21+96=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D11560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11560 is #2EEA9F. Grayscale: #555555. Windows color (decimal): -3074720 or 6297041. OLE color: 6297041.

HSL color Cylindrical-coordinate representation of color #D11560: hue angle of 336.06º degrees, saturation: 0.82, 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 #D11560 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 96 -
CMYK 0 0.90 0.54 0.18
HSL 336.06º 0.82% 0.45% -
HSV(B) 336.06º 0.9% 0.82% -
XYZ 28.67 14.94 12.44 -
YUV 85.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 209 21 96 0 0.90 0.54 0.18 336.06 0.82 0.45
Hex D1 15 60 0 5A 36 12 150 52 2D
Octal 321 25 140 0 132 66 22 520 122 55
Binary 11010001 10101 1100000 0 1011010 110110 10010 101010000 1010010 101101

Color Harmonies of #D11560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11560

Black with #D11560

Text Example


Text Example

White with #D11560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11560; }

 p { color: rgb(209,21,96); }

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

background-color css

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

 a { background-color: rgb(209,21,96); }

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

border-color css

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

 span { border-color: rgb(209,21,96); }

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