Html Css Color HEX #D6185F Ruby

📋 copy color: '#D6185F'

red 214 ◦ green 24 ◦ blue 95

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

Shades of Ruby #D6185F

Tints of Ruby #D6185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 64.26%
G = 7.21%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6185F (or 0xD6185F) is known color: Ruby. HEX triplet: D6, 18 and 5F. RGB value is (214,24,95). Sum of RGB (Red+Green+Blue) = 214+24+95=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D6185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6185F is #29E7A0. Grayscale: #585858. Windows color (decimal): -2746273 or 6232278. OLE color: 6232278.

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

Color convert

RGB 214 24 95 -
CMYK 0 0.89 0.56 0.16
HSL 337.58º 0.8% 0.47% -
HSV(B) 337.58º 0.89% 0.84% -
XYZ 30.12 15.78 12.28 -
YUV 88.9 131.45 217.23 -
System Red Green Blue C M Y K H S L
Decimal 214 24 95 0 0.89 0.56 0.16 337.58 0.8 0.47
Hex D6 18 5F 0 59 38 10 152 50 2F
Octal 326 30 137 0 131 70 20 522 120 57
Binary 11010110 11000 1011111 0 1011001 111000 10000 101010010 1010000 101111

Color Harmonies of #D6185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6185F

Black with #D6185F

Text Example


Text Example

White with #D6185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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