Html Css Color HEX #D3136D Ruby

📋 copy color: '#D3136D'

red 211 ◦ green 19 ◦ blue 109

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

Shades of Ruby #D3136D

Tints of Ruby #D3136D

RGB

 RED value IS 211 (82.81% from 255) = 62.24%

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 62.24%
G = 5.6%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3136D (or 0xD3136D) is known color: Ruby. HEX triplet: D3, 13 and 6D. RGB value is (211,19,109). Sum of RGB (Red+Green+Blue) = 211+19+109=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3136D is #2CEC92. Grayscale: #565656. Windows color (decimal): -2944147 or 7148499. OLE color: 7148499.

HSL color Cylindrical-coordinate representation of color #D3136D: hue angle of 331.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3136D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 19 109 -
CMYK 0 0.91 0.48 0.17
HSL 331.88º 0.83% 0.45% -
HSV(B) 331.88º 0.91% 0.83% -
XYZ 29.86 15.42 15.87 -
YUV 86.67 140.61 216.68 -
System Red Green Blue C M Y K H S L
Decimal 211 19 109 0 0.91 0.48 0.17 331.88 0.83 0.45
Hex D3 13 6D 0 5B 30 11 14C 53 2D
Octal 323 23 155 0 133 60 21 514 123 55
Binary 11010011 10011 1101101 0 1011011 110000 10001 101001100 1010011 101101

Color Harmonies of #D3136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3136D

Black with #D3136D

Text Example


Text Example

White with #D3136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3136D; }

 p { color: rgb(211,19,109); }

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

background-color css

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

 a { background-color: rgb(211,19,109); }

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

border-color css

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

 span { border-color: rgb(211,19,109); }

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