Html Css Color HEX #D8185B Ruby

📋 copy color: '#D8185B'

red 216 ◦ green 24 ◦ blue 91

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

Shades of Ruby #D8185B

Tints of Ruby #D8185B

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

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

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

R = 65.26%
G = 7.25%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8185B (or 0xD8185B) is known color: Ruby. HEX triplet: D8, 18 and 5B. RGB value is (216,24,91). Sum of RGB (Red+Green+Blue) = 216+24+91=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8185B is #27E7A4. Grayscale: #585858. Windows color (decimal): -2615205 or 5970136. OLE color: 5970136.

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

Color convert

RGB 216 24 91 -
CMYK 0 0.89 0.58 0.15
HSL 339.06º 0.8% 0.47% -
HSV(B) 339.06º 0.89% 0.85% -
XYZ 30.53 16.01 11.38 -
YUV 89.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 216 24 91 0 0.89 0.58 0.15 339.06 0.8 0.47
Hex D8 18 5B 0 59 3A F 153 50 2F
Octal 330 30 133 0 131 72 17 523 120 57
Binary 11011000 11000 1011011 0 1011001 111010 1111 101010011 1010000 101111

Color Harmonies of #D8185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8185B

Black with #D8185B

Text Example


Text Example

White with #D8185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8185B; }

 p { color: rgb(216,24,91); }

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

background-color css

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

 a { background-color: rgb(216,24,91); }

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

border-color css

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

 span { border-color: rgb(216,24,91); }

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