Html Css Color HEX #D6155E Ruby

📋 copy color: '#D6155E'

red 214 ◦ green 21 ◦ blue 94

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

Shades of Ruby #D6155E

Tints of Ruby #D6155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 65.05%
G = 6.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6155E (or 0xD6155E) is known color: Ruby. HEX triplet: D6, 15 and 5E. RGB value is (214,21,94). Sum of RGB (Red+Green+Blue) = 214+21+94=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6155E is #29EAA1. Grayscale: #565656. Windows color (decimal): -2747042 or 6165974. OLE color: 6165974.

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

Color convert

RGB 214 21 94 -
CMYK 0 0.90 0.56 0.16
HSL 337.31º 0.82% 0.46% -
HSV(B) 337.31º 0.9% 0.84% -
XYZ 30.02 15.64 12.03 -
YUV 87.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 214 21 94 0 0.90 0.56 0.16 337.31 0.82 0.46
Hex D6 15 5E 0 5A 38 10 151 52 2E
Octal 326 25 136 0 132 70 20 521 122 56
Binary 11010110 10101 1011110 0 1011010 111000 10000 101010001 1010010 101110

Color Harmonies of #D6155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6155E

Black with #D6155E

Text Example


Text Example

White with #D6155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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