Html Css Color HEX #D2115B Ruby

📋 copy color: '#D2115B'

red 210 ◦ green 17 ◦ blue 91

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

Shades of Ruby #D2115B

Tints of Ruby #D2115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 66.04%
G = 5.35%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2115B (or 0xD2115B) is known color: Ruby. HEX triplet: D2, 11 and 5B. RGB value is (210,17,91). Sum of RGB (Red+Green+Blue) = 210+17+91=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2115B is #2DEEA4. Grayscale: #535353. Windows color (decimal): -3010213 or 5968338. OLE color: 5968338.

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

Color convert

RGB 210 17 91 -
CMYK 0 0.92 0.57 0.18
HSL 336.99º 0.85% 0.45% -
HSV(B) 336.99º 0.92% 0.82% -
XYZ 28.67 14.86 11.25 -
YUV 83.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 210 17 91 0 0.92 0.57 0.18 336.99 0.85 0.45
Hex D2 11 5B 0 5C 39 12 151 55 2D
Octal 322 21 133 0 134 71 22 521 125 55
Binary 11010010 10001 1011011 0 1011100 111001 10010 101010001 1010101 101101

Color Harmonies of #D2115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2115B

Black with #D2115B

Text Example


Text Example

White with #D2115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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