Html Css Color HEX #D40A5E Ruby

📋 copy color: '#D40A5E'

red 212 ◦ green 10 ◦ blue 94

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

Shades of Ruby #D40A5E

Tints of Ruby #D40A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 67.09%
G = 3.16%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D40A5E (or 0xD40A5E) is known color: Ruby. HEX triplet: D4, 0A and 5E. RGB value is (212,10,94). Sum of RGB (Red+Green+Blue) = 212+10+94=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A5E is #2BF5A1. Grayscale: #4F4F4F. Windows color (decimal): -2880930 or 6163156. OLE color: 6163156.

HSL color Cylindrical-coordinate representation of color #D40A5E: hue angle of 335.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A5E is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 94 -
CMYK 0 0.95 0.56 0.17
HSL 335.05º 0.91% 0.44% -
HSV(B) 335.05º 0.95% 0.83% -
XYZ 29.28 15.02 11.95 -
YUV 79.97 135.92 222.17 -
System Red Green Blue C M Y K H S L
Decimal 212 10 94 0 0.95 0.56 0.17 335.05 0.91 0.44
Hex D4 A 5E 0 5F 38 11 14F 5B 2C
Octal 324 12 136 0 137 70 21 517 133 54
Binary 11010100 1010 1011110 0 1011111 111000 10001 101001111 1011011 101100

Color Harmonies of #D40A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A5E

Black with #D40A5E

Text Example


Text Example

White with #D40A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A5E; }

 p { color: rgb(212,10,94); }

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

background-color css

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

 a { background-color: rgb(212,10,94); }

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

border-color css

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

 span { border-color: rgb(212,10,94); }

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