Html Css Color HEX #D1145F Ruby

📋 copy color: '#D1145F'

red 209 ◦ green 20 ◦ blue 95

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

Shades of Ruby #D1145F

Tints of Ruby #D1145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 64.51%
G = 6.17%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1145F (or 0xD1145F) is known color: Ruby. HEX triplet: D1, 14 and 5F. RGB value is (209,20,95). Sum of RGB (Red+Green+Blue) = 209+20+95=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1145F is #2EEBA0. Grayscale: #545454. Windows color (decimal): -3074977 or 6231249. OLE color: 6231249.

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

Color convert

RGB 209 20 95 -
CMYK 0 0.90 0.55 0.18
HSL 336.19º 0.83% 0.45% -
HSV(B) 336.19º 0.9% 0.82% -
XYZ 28.61 14.88 12.19 -
YUV 85.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 209 20 95 0 0.90 0.55 0.18 336.19 0.83 0.45
Hex D1 14 5F 0 5A 37 12 150 53 2D
Octal 321 24 137 0 132 67 22 520 123 55
Binary 11010001 10100 1011111 0 1011010 110111 10010 101010000 1010011 101101

Color Harmonies of #D1145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1145F

Black with #D1145F

Text Example


Text Example

White with #D1145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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