Html Css Color HEX #D1145C Ruby

📋 copy color: '#D1145C'

red 209 ◦ green 20 ◦ blue 92

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

Shades of Ruby #D1145C

Tints of Ruby #D1145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.23%

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

R = 65.11%
G = 6.23%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1145C (or 0xD1145C) is known color: Ruby. HEX triplet: D1, 14 and 5C. RGB value is (209,20,92). Sum of RGB (Red+Green+Blue) = 209+20+92=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1145C is #2EEBA3. Grayscale: #545454. Windows color (decimal): -3074980 or 6034641. OLE color: 6034641.

HSL color Cylindrical-coordinate representation of color #D1145C: hue angle of 337.14º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1145C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 92 -
CMYK 0 0.90 0.56 0.18
HSL 337.14º 0.83% 0.45% -
HSV(B) 337.14º 0.9% 0.82% -
XYZ 28.48 14.83 11.49 -
YUV 84.72 132.12 216.65 -
System Red Green Blue C M Y K H S L
Decimal 209 20 92 0 0.90 0.56 0.18 337.14 0.83 0.45
Hex D1 14 5C 0 5A 38 12 151 53 2D
Octal 321 24 134 0 132 70 22 521 123 55
Binary 11010001 10100 1011100 0 1011010 111000 10010 101010001 1010011 101101

Color Harmonies of #D1145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1145C

Black with #D1145C

Text Example


Text Example

White with #D1145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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