Html Css Color HEX #D40A6E Ruby

📋 copy color: '#D40A6E'

red 212 ◦ green 10 ◦ blue 110

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

Shades of Ruby #D40A6E

Tints of Ruby #D40A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 63.86%
G = 3.01%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D40A6E (or 0xD40A6E) is known color: Ruby. HEX triplet: D4, 0A and 6E. RGB value is (212,10,110). Sum of RGB (Red+Green+Blue) = 212+10+110=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A6E is #2BF591. Grayscale: #515151. Windows color (decimal): -2880914 or 7211732. OLE color: 7211732.

HSL color Cylindrical-coordinate representation of color #D40A6E: hue angle of 330.3º 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 #D40A6E is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 110 -
CMYK 0 0.95 0.48 0.17
HSL 330.3º 0.91% 0.44% -
HSV(B) 330.3º 0.95% 0.83% -
XYZ 30.07 15.34 16.13 -
YUV 81.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 212 10 110 0 0.95 0.48 0.17 330.3 0.91 0.44
Hex D4 A 6E 0 5F 30 11 14A 5B 2C
Octal 324 12 156 0 137 60 21 512 133 54
Binary 11010100 1010 1101110 0 1011111 110000 10001 101001010 1011011 101100

Color Harmonies of #D40A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A6E

Black with #D40A6E

Text Example


Text Example

White with #D40A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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