Html Css Color HEX #D1145A Ruby

📋 copy color: '#D1145A'

red 209 ◦ green 20 ◦ blue 90

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

Shades of Ruby #D1145A

Tints of Ruby #D1145A

RGB

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

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

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

R = 65.52%
G = 6.27%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1145A (or 0xD1145A) is known color: Ruby. HEX triplet: D1, 14 and 5A. RGB value is (209,20,90). Sum of RGB (Red+Green+Blue) = 209+20+90=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1145A is #2EEBA5. Grayscale: #545454. Windows color (decimal): -3074982 or 5903569. OLE color: 5903569.

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

Color convert

RGB 209 20 90 -
CMYK 0 0.90 0.57 0.18
HSL 337.78º 0.83% 0.45% -
HSV(B) 337.78º 0.9% 0.82% -
XYZ 28.39 14.79 11.03 -
YUV 84.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 209 20 90 0 0.90 0.57 0.18 337.78 0.83 0.45
Hex D1 14 5A 0 5A 39 12 152 53 2D
Octal 321 24 132 0 132 71 22 522 123 55
Binary 11010001 10100 1011010 0 1011010 111001 10010 101010010 1010011 101101

Color Harmonies of #D1145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1145A

Black with #D1145A

Text Example


Text Example

White with #D1145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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