Html Css Color HEX #D11F5A Ruby

📋 copy color: '#D11F5A'

red 209 ◦ green 31 ◦ blue 90

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

Shades of Ruby #D11F5A

Tints of Ruby #D11F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 63.33%
G = 9.39%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D11F5A (or 0xD11F5A) is known color: Ruby. HEX triplet: D1, 1F and 5A. RGB value is (209,31,90). Sum of RGB (Red+Green+Blue) = 209+31+90=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F5A is #2EE0A5. Grayscale: #5A5A5A. Windows color (decimal): -3072166 or 5906385. OLE color: 5906385.

HSL color Cylindrical-coordinate representation of color #D11F5A: hue angle of 340.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F5A is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 31 90 -
CMYK 0 0.85 0.57 0.18
HSL 340.11º 0.74% 0.47% -
HSV(B) 340.11º 0.85% 0.82% -
XYZ 28.63 15.27 11.11 -
YUV 90.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 209 31 90 0 0.85 0.57 0.18 340.11 0.74 0.47
Hex D1 1F 5A 0 55 39 12 154 4A 2F
Octal 321 37 132 0 125 71 22 524 112 57
Binary 11010001 11111 1011010 0 1010101 111001 10010 101010100 1001010 101111

Color Harmonies of #D11F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F5A

Black with #D11F5A

Text Example


Text Example

White with #D11F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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