Html Css Color HEX #D6105D Ruby

📋 copy color: '#D6105D'

red 214 ◦ green 16 ◦ blue 93

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

Shades of Ruby #D6105D

Tints of Ruby #D6105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

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

R = 66.25%
G = 4.95%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6105D (or 0xD6105D) is known color: Ruby. HEX triplet: D6, 10 and 5D. RGB value is (214,16,93). Sum of RGB (Red+Green+Blue) = 214+16+93=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6105D is #29EFA2. Grayscale: #535353. Windows color (decimal): -2748323 or 6099158. OLE color: 6099158.

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

Color convert

RGB 214 16 93 -
CMYK 0 0.93 0.57 0.16
HSL 336.67º 0.86% 0.45% -
HSV(B) 336.67º 0.93% 0.84% -
XYZ 29.89 15.46 11.76 -
YUV 83.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 214 16 93 0 0.93 0.57 0.16 336.67 0.86 0.45
Hex D6 10 5D 0 5D 39 10 151 56 2D
Octal 326 20 135 0 135 71 20 521 126 55
Binary 11010110 10000 1011101 0 1011101 111001 10000 101010001 1010110 101101

Color Harmonies of #D6105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6105D

Black with #D6105D

Text Example


Text Example

White with #D6105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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