Html Css Color HEX #D1145D Ruby

📋 copy color: '#D1145D'

red 209 ◦ green 20 ◦ blue 93

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

Shades of Ruby #D1145D

Tints of Ruby #D1145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 64.91%
G = 6.21%
B = 28.88%

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

#D1145D (or 0xD1145D) is known color: Ruby. HEX triplet: D1, 14 and 5D. RGB value is (209,20,93). Sum of RGB (Red+Green+Blue) = 209+20+93=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1145D is #2EEBA2. Grayscale: #545454. Windows color (decimal): -3074979 or 6100177. OLE color: 6100177.

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

Color convert

RGB 209 20 93 -
CMYK 0 0.90 0.56 0.18
HSL 336.83º 0.83% 0.45% -
HSV(B) 336.83º 0.9% 0.82% -
XYZ 28.52 14.85 11.72 -
YUV 84.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 209 20 93 0 0.90 0.56 0.18 336.83 0.83 0.45
Hex D1 14 5D 0 5A 38 12 151 53 2D
Octal 321 24 135 0 132 70 22 521 123 55
Binary 11010001 10100 1011101 0 1011010 111000 10010 101010001 1010011 101101

Color Harmonies of #D1145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1145D

Black with #D1145D

Text Example


Text Example

White with #D1145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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