Html Css Color HEX #D6115F Ruby

📋 copy color: '#D6115F'

red 214 ◦ green 17 ◦ blue 95

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

Shades of Ruby #D6115F

Tints of Ruby #D6115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 65.64%
G = 5.21%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6115F (or 0xD6115F) is known color: Ruby. HEX triplet: D6, 11 and 5F. RGB value is (214,17,95). Sum of RGB (Red+Green+Blue) = 214+17+95=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6115F is #29EEA0. Grayscale: #545454. Windows color (decimal): -2748065 or 6230486. OLE color: 6230486.

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

Color convert

RGB 214 17 95 -
CMYK 0 0.92 0.56 0.16
HSL 336.24º 0.85% 0.45% -
HSV(B) 336.24º 0.92% 0.84% -
XYZ 30 15.52 12.24 -
YUV 84.8 133.77 220.16 -
System Red Green Blue C M Y K H S L
Decimal 214 17 95 0 0.92 0.56 0.16 336.24 0.85 0.45
Hex D6 11 5F 0 5C 38 10 150 55 2D
Octal 326 21 137 0 134 70 20 520 125 55
Binary 11010110 10001 1011111 0 1011100 111000 10000 101010000 1010101 101101

Color Harmonies of #D6115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6115F

Black with #D6115F

Text Example


Text Example

White with #D6115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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