Html Css Color HEX #D1126F Ruby

📋 copy color: '#D1126F'

red 209 ◦ green 18 ◦ blue 111

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

Shades of Ruby #D1126F

Tints of Ruby #D1126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 61.83%
G = 5.33%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1126F (or 0xD1126F) is known color: Ruby. HEX triplet: D1, 12 and 6F. RGB value is (209,18,111). Sum of RGB (Red+Green+Blue) = 209+18+111=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1126F is #2EED90. Grayscale: #555555. Windows color (decimal): -3075473 or 7279313. OLE color: 7279313.

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

Color convert

RGB 209 18 111 -
CMYK 0 0.91 0.47 0.18
HSL 330.79º 0.84% 0.45% -
HSV(B) 330.79º 0.91% 0.82% -
XYZ 29.38 15.14 16.41 -
YUV 85.71 142.28 215.94 -
System Red Green Blue C M Y K H S L
Decimal 209 18 111 0 0.91 0.47 0.18 330.79 0.84 0.45
Hex D1 12 6F 0 5B 2F 12 14B 54 2D
Octal 321 22 157 0 133 57 22 513 124 55
Binary 11010001 10010 1101111 0 1011011 101111 10010 101001011 1010100 101101

Color Harmonies of #D1126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1126F

Black with #D1126F

Text Example


Text Example

White with #D1126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1126F; }

 p { color: rgb(209,18,111); }

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

background-color css

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

 a { background-color: rgb(209,18,111); }

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

border-color css

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

 span { border-color: rgb(209,18,111); }

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