Html Css Color HEX #D11B5C Ruby

📋 copy color: '#D11B5C'

red 209 ◦ green 27 ◦ blue 92

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

Shades of Ruby #D11B5C

Tints of Ruby #D11B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 63.72%
G = 8.23%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D11B5C (or 0xD11B5C) is known color: Ruby. HEX triplet: D1, 1B and 5C. RGB value is (209,27,92). Sum of RGB (Red+Green+Blue) = 209+27+92=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11B5C is #2EE4A3. Grayscale: #585858. Windows color (decimal): -3073188 or 6036433. OLE color: 6036433.

HSL color Cylindrical-coordinate representation of color #D11B5C: hue angle of 338.57º degrees, saturation: 0.77, 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 #D11B5C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 27 92 -
CMYK 0 0.87 0.56 0.18
HSL 338.57º 0.77% 0.46% -
HSV(B) 338.57º 0.87% 0.82% -
XYZ 28.62 15.11 11.53 -
YUV 88.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 209 27 92 0 0.87 0.56 0.18 338.57 0.77 0.46
Hex D1 1B 5C 0 57 38 12 153 4D 2E
Octal 321 33 134 0 127 70 22 523 115 56
Binary 11010001 11011 1011100 0 1010111 111000 10010 101010011 1001101 101110

Color Harmonies of #D11B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B5C

Black with #D11B5C

Text Example


Text Example

White with #D11B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B5C; }

 p { color: rgb(209,27,92); }

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

background-color css

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

 a { background-color: rgb(209,27,92); }

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

border-color css

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

 span { border-color: rgb(209,27,92); }

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