Html Css Color HEX #D2115D Ruby

📋 copy color: '#D2115D'

red 210 ◦ green 17 ◦ blue 93

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

Shades of Ruby #D2115D

Tints of Ruby #D2115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 65.63%
G = 5.31%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2115D (or 0xD2115D) is known color: Ruby. HEX triplet: D2, 11 and 5D. RGB value is (210,17,93). Sum of RGB (Red+Green+Blue) = 210+17+93=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2115D is #2DEEA2. Grayscale: #535353. Windows color (decimal): -3010211 or 6099410. OLE color: 6099410.

HSL color Cylindrical-coordinate representation of color #D2115D: hue angle of 336.37º 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 #D2115D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 93 -
CMYK 0 0.92 0.56 0.18
HSL 336.37º 0.85% 0.45% -
HSV(B) 336.37º 0.92% 0.82% -
XYZ 28.75 14.89 11.72 -
YUV 83.37 133.44 218.32 -
System Red Green Blue C M Y K H S L
Decimal 210 17 93 0 0.92 0.56 0.18 336.37 0.85 0.45
Hex D2 11 5D 0 5C 38 12 150 55 2D
Octal 322 21 135 0 134 70 22 520 125 55
Binary 11010010 10001 1011101 0 1011100 111000 10010 101010000 1010101 101101

Color Harmonies of #D2115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2115D

Black with #D2115D

Text Example


Text Example

White with #D2115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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