Html Css Color HEX #D6185D Ruby

📋 copy color: '#D6185D'

red 214 ◦ green 24 ◦ blue 93

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

Shades of Ruby #D6185D

Tints of Ruby #D6185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 64.65%
G = 7.25%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6185D (or 0xD6185D) is known color: Ruby. HEX triplet: D6, 18 and 5D. RGB value is (214,24,93). Sum of RGB (Red+Green+Blue) = 214+24+93=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6185D is #29E7A2. Grayscale: #585858. Windows color (decimal): -2746275 or 6101206. OLE color: 6101206.

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

Color convert

RGB 214 24 93 -
CMYK 0 0.89 0.57 0.16
HSL 338.21º 0.8% 0.47% -
HSV(B) 338.21º 0.89% 0.84% -
XYZ 30.03 15.74 11.81 -
YUV 88.68 130.45 217.39 -
System Red Green Blue C M Y K H S L
Decimal 214 24 93 0 0.89 0.57 0.16 338.21 0.8 0.47
Hex D6 18 5D 0 59 39 10 152 50 2F
Octal 326 30 135 0 131 71 20 522 120 57
Binary 11010110 11000 1011101 0 1011001 111001 10000 101010010 1010000 101111

Color Harmonies of #D6185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6185D

Black with #D6185D

Text Example


Text Example

White with #D6185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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