Html Css Color HEX #D6155B Ruby

📋 copy color: '#D6155B'

red 214 ◦ green 21 ◦ blue 91

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

Shades of Ruby #D6155B

Tints of Ruby #D6155B

RGB

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

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

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

R = 65.64%
G = 6.44%
B = 27.91%

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

#D6155B (or 0xD6155B) is known color: Ruby. HEX triplet: D6, 15 and 5B. RGB value is (214,21,91). Sum of RGB (Red+Green+Blue) = 214+21+91=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6155B is #29EAA4. Grayscale: #565656. Windows color (decimal): -2747045 or 5969366. OLE color: 5969366.

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

Color convert

RGB 214 21 91 -
CMYK 0 0.90 0.57 0.16
HSL 338.24º 0.82% 0.46% -
HSV(B) 338.24º 0.9% 0.84% -
XYZ 29.89 15.59 11.33 -
YUV 86.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 214 21 91 0 0.90 0.57 0.16 338.24 0.82 0.46
Hex D6 15 5B 0 5A 39 10 152 52 2E
Octal 326 25 133 0 132 71 20 522 122 56
Binary 11010110 10101 1011011 0 1011010 111001 10000 101010010 1010010 101110

Color Harmonies of #D6155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6155B

Black with #D6155B

Text Example


Text Example

White with #D6155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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