Html Css Color HEX #D6155D Ruby

📋 copy color: '#D6155D'

red 214 ◦ green 21 ◦ blue 93

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

Shades of Ruby #D6155D

Tints of Ruby #D6155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 65.24%
G = 6.4%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6155D (or 0xD6155D) is known color: Ruby. HEX triplet: D6, 15 and 5D. RGB value is (214,21,93). Sum of RGB (Red+Green+Blue) = 214+21+93=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6155D is #29EAA2. Grayscale: #565656. Windows color (decimal): -2747043 or 6100438. OLE color: 6100438.

HSL color Cylindrical-coordinate representation of color #D6155D: hue angle of 337.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6155D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 93 -
CMYK 0 0.90 0.57 0.16
HSL 337.62º 0.82% 0.46% -
HSV(B) 337.62º 0.9% 0.84% -
XYZ 29.98 15.62 11.79 -
YUV 86.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 214 21 93 0 0.90 0.57 0.16 337.62 0.82 0.46
Hex D6 15 5D 0 5A 39 10 152 52 2E
Octal 326 25 135 0 132 71 20 522 122 56
Binary 11010110 10101 1011101 0 1011010 111001 10000 101010010 1010010 101110

Color Harmonies of #D6155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6155D

Black with #D6155D

Text Example


Text Example

White with #D6155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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