Html Css Color HEX #D6115B Ruby

📋 copy color: '#D6115B'

red 214 ◦ green 17 ◦ blue 91

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

Shades of Ruby #D6115B

Tints of Ruby #D6115B

RGB

 RED value IS 214 (83.98% from 255) = 66.46%

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

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

R = 66.46%
G = 5.28%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6115B (or 0xD6115B) is known color: Ruby. HEX triplet: D6, 11 and 5B. RGB value is (214,17,91). Sum of RGB (Red+Green+Blue) = 214+17+91=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6115B is #29EEA4. Grayscale: #545454. Windows color (decimal): -2748069 or 5968342. OLE color: 5968342.

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

Color convert

RGB 214 17 91 -
CMYK 0 0.92 0.57 0.16
HSL 337.46º 0.85% 0.45% -
HSV(B) 337.46º 0.92% 0.84% -
XYZ 29.82 15.45 11.31 -
YUV 84.34 131.77 220.48 -
System Red Green Blue C M Y K H S L
Decimal 214 17 91 0 0.92 0.57 0.16 337.46 0.85 0.45
Hex D6 11 5B 0 5C 39 10 151 55 2D
Octal 326 21 133 0 134 71 20 521 125 55
Binary 11010110 10001 1011011 0 1011100 111001 10000 101010001 1010101 101101

Color Harmonies of #D6115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6115B

Black with #D6115B

Text Example


Text Example

White with #D6115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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