Html Css Color HEX #D41059 Ruby

📋 copy color: '#D41059'

red 212 ◦ green 16 ◦ blue 89

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

Shades of Ruby #D41059

Tints of Ruby #D41059

RGB

 RED value IS 212 (83.2% from 255) = 66.88%

 GREEN value IS 16 (6.64% from 255) = 5.05%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 66.88%
G = 5.05%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D41059 (or 0xD41059) is known color: Ruby. HEX triplet: D4, 10 and 59. RGB value is (212,16,89). Sum of RGB (Red+Green+Blue) = 212+16+89=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D41059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41059 is #2BEFA6. Grayscale: #525252. Windows color (decimal): -2879399 or 5837012. OLE color: 5837012.

HSL color Cylindrical-coordinate representation of color #D41059: hue angle of 337.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41059 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 89 -
CMYK 0 0.92 0.58 0.17
HSL 337.65º 0.86% 0.45% -
HSV(B) 337.65º 0.92% 0.83% -
XYZ 29.14 15.09 10.83 -
YUV 82.93 131.43 220.06 -
System Red Green Blue C M Y K H S L
Decimal 212 16 89 0 0.92 0.58 0.17 337.65 0.86 0.45
Hex D4 10 59 0 5C 3A 11 152 56 2D
Octal 324 20 131 0 134 72 21 522 126 55
Binary 11010100 10000 1011001 0 1011100 111010 10001 101010010 1010110 101101

Color Harmonies of #D41059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41059

Black with #D41059

Text Example


Text Example

White with #D41059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41059; }

 p { color: rgb(212,16,89); }

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

background-color css

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

 a { background-color: rgb(212,16,89); }

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

border-color css

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

 span { border-color: rgb(212,16,89); }

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