Html Css Color HEX #D6115D Ruby

📋 copy color: '#D6115D'

red 214 ◦ green 17 ◦ blue 93

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

Shades of Ruby #D6115D

Tints of Ruby #D6115D

RGB

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

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

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

R = 66.05%
G = 5.25%
B = 28.7%

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

#D6115D (or 0xD6115D) is known color: Ruby. HEX triplet: D6, 11 and 5D. RGB value is (214,17,93). Sum of RGB (Red+Green+Blue) = 214+17+93=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6115D is #29EEA2. Grayscale: #545454. Windows color (decimal): -2748067 or 6099414. OLE color: 6099414.

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

Color convert

RGB 214 17 93 -
CMYK 0 0.92 0.57 0.16
HSL 336.85º 0.85% 0.45% -
HSV(B) 336.85º 0.92% 0.84% -
XYZ 29.91 15.49 11.77 -
YUV 84.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 214 17 93 0 0.92 0.57 0.16 336.85 0.85 0.45
Hex D6 11 5D 0 5C 39 10 151 55 2D
Octal 326 21 135 0 134 71 20 521 125 55
Binary 11010110 10001 1011101 0 1011100 111001 10000 101010001 1010101 101101

Color Harmonies of #D6115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6115D

Black with #D6115D

Text Example


Text Example

White with #D6115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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