Html Css Color HEX #D1136C Ruby

📋 copy color: '#D1136C'

red 209 ◦ green 19 ◦ blue 108

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

Shades of Ruby #D1136C

Tints of Ruby #D1136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 62.2%
G = 5.65%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1136C (or 0xD1136C) is known color: Ruby. HEX triplet: D1, 13 and 6C. RGB value is (209,19,108). Sum of RGB (Red+Green+Blue) = 209+19+108=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1136C is #2EEC93. Grayscale: #555555. Windows color (decimal): -3075220 or 7082961. OLE color: 7082961.

HSL color Cylindrical-coordinate representation of color #D1136C: hue angle of 331.89º degrees, saturation: 0.83, 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 #D1136C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 108 -
CMYK 0 0.91 0.48 0.18
HSL 331.89º 0.83% 0.45% -
HSV(B) 331.89º 0.91% 0.82% -
XYZ 29.23 15.1 15.56 -
YUV 85.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 209 19 108 0 0.91 0.48 0.18 331.89 0.83 0.45
Hex D1 13 6C 0 5B 30 12 14C 53 2D
Octal 321 23 154 0 133 60 22 514 123 55
Binary 11010001 10011 1101100 0 1011011 110000 10010 101001100 1010011 101101

Color Harmonies of #D1136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1136C

Black with #D1136C

Text Example


Text Example

White with #D1136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1136C; }

 p { color: rgb(209,19,108); }

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

background-color css

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

 a { background-color: rgb(209,19,108); }

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

border-color css

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

 span { border-color: rgb(209,19,108); }

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