Html Css Color HEX #D2116D Ruby

📋 copy color: '#D2116D'

red 210 ◦ green 17 ◦ blue 109

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

Shades of Ruby #D2116D

Tints of Ruby #D2116D

RGB

 RED value IS 210 (82.42% from 255) = 62.5%

 GREEN value IS 17 (7.03% from 255) = 5.06%

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

R = 62.5%
G = 5.06%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2116D (or 0xD2116D) is known color: Ruby. HEX triplet: D2, 11 and 6D. RGB value is (210,17,109). Sum of RGB (Red+Green+Blue) = 210+17+109=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2116D is #2DEE92. Grayscale: #555555. Windows color (decimal): -3010195 or 7147986. OLE color: 7147986.

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

Color convert

RGB 210 17 109 -
CMYK 0 0.92 0.48 0.18
HSL 331.4º 0.85% 0.45% -
HSV(B) 331.4º 0.92% 0.82% -
XYZ 29.54 15.21 15.85 -
YUV 85.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 210 17 109 0 0.92 0.48 0.18 331.4 0.85 0.45
Hex D2 11 6D 0 5C 30 12 14B 55 2D
Octal 322 21 155 0 134 60 22 513 125 55
Binary 11010010 10001 1101101 0 1011100 110000 10010 101001011 1010101 101101

Color Harmonies of #D2116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2116D

Black with #D2116D

Text Example


Text Example

White with #D2116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2116D; }

 p { color: rgb(210,17,109); }

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

background-color css

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

 a { background-color: rgb(210,17,109); }

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

border-color css

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

 span { border-color: rgb(210,17,109); }

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