Html Css Color HEX #D1185C Ruby

📋 copy color: '#D1185C'

red 209 ◦ green 24 ◦ blue 92

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

Shades of Ruby #D1185C

Tints of Ruby #D1185C

RGB

 RED value IS 209 (82.03% from 255) = 64.31%

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 64.31%
G = 7.38%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1185C (or 0xD1185C) is known color: Ruby. HEX triplet: D1, 18 and 5C. RGB value is (209,24,92). Sum of RGB (Red+Green+Blue) = 209+24+92=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1185C is #2EE7A3. Grayscale: #565656. Windows color (decimal): -3073956 or 6035665. OLE color: 6035665.

HSL color Cylindrical-coordinate representation of color #D1185C: hue angle of 337.95º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1185C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 24 92 -
CMYK 0 0.89 0.56 0.18
HSL 337.95º 0.79% 0.46% -
HSV(B) 337.95º 0.89% 0.82% -
XYZ 28.55 14.98 11.51 -
YUV 87.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 209 24 92 0 0.89 0.56 0.18 337.95 0.79 0.46
Hex D1 18 5C 0 59 38 12 152 4F 2E
Octal 321 30 134 0 131 70 22 522 117 56
Binary 11010001 11000 1011100 0 1011001 111000 10010 101010010 1001111 101110

Color Harmonies of #D1185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1185C

Black with #D1185C

Text Example


Text Example

White with #D1185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1185C; }

 p { color: rgb(209,24,92); }

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

background-color css

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

 a { background-color: rgb(209,24,92); }

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

border-color css

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

 span { border-color: rgb(209,24,92); }

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