Html Css Color HEX #D9185A Ruby

📋 copy color: '#D9185A'

red 217 ◦ green 24 ◦ blue 90

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

Shades of Ruby #D9185A

Tints of Ruby #D9185A

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 65.56%
G = 7.25%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9185A (or 0xD9185A) is known color: Ruby. HEX triplet: D9, 18 and 5A. RGB value is (217,24,90). Sum of RGB (Red+Green+Blue) = 217+24+90=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9185A is #26E7A5. Grayscale: #595959. Windows color (decimal): -2549670 or 5904601. OLE color: 5904601.

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

Color convert

RGB 217 24 90 -
CMYK 0 0.89 0.59 0.15
HSL 339.48º 0.8% 0.47% -
HSV(B) 339.48º 0.89% 0.85% -
XYZ 30.79 16.14 11.17 -
YUV 89.23 128.44 219.13 -
System Red Green Blue C M Y K H S L
Decimal 217 24 90 0 0.89 0.59 0.15 339.48 0.8 0.47
Hex D9 18 5A 0 59 3B F 153 50 2F
Octal 331 30 132 0 131 73 17 523 120 57
Binary 11011001 11000 1011010 0 1011001 111011 1111 101010011 1010000 101111

Color Harmonies of #D9185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9185A

Black with #D9185A

Text Example


Text Example

White with #D9185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9185A; }

 p { color: rgb(217,24,90); }

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

background-color css

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

 a { background-color: rgb(217,24,90); }

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

border-color css

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

 span { border-color: rgb(217,24,90); }

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