Html Css Color HEX #D11C5A Ruby

📋 copy color: '#D11C5A'

red 209 ◦ green 28 ◦ blue 90

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

Shades of Ruby #D11C5A

Tints of Ruby #D11C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 63.91%
G = 8.56%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D11C5A (or 0xD11C5A) is known color: Ruby. HEX triplet: D1, 1C and 5A. RGB value is (209,28,90). Sum of RGB (Red+Green+Blue) = 209+28+90=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C5A is #2EE3A5. Grayscale: #595959. Windows color (decimal): -3072934 or 5905617. OLE color: 5905617.

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

Color convert

RGB 209 28 90 -
CMYK 0 0.87 0.57 0.18
HSL 339.45º 0.76% 0.46% -
HSV(B) 339.45º 0.87% 0.82% -
XYZ 28.56 15.12 11.09 -
YUV 89.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 209 28 90 0 0.87 0.57 0.18 339.45 0.76 0.46
Hex D1 1C 5A 0 57 39 12 153 4C 2E
Octal 321 34 132 0 127 71 22 523 114 56
Binary 11010001 11100 1011010 0 1010111 111001 10010 101010011 1001100 101110

Color Harmonies of #D11C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C5A

Black with #D11C5A

Text Example


Text Example

White with #D11C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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