Html Css Color HEX #D40E6F Ruby

📋 copy color: '#D40E6F'

red 212 ◦ green 14 ◦ blue 111

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

Shades of Ruby #D40E6F

Tints of Ruby #D40E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 62.91%
G = 4.15%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D40E6F (or 0xD40E6F) is known color: Ruby. HEX triplet: D4, 0E and 6F. RGB value is (212,14,111). Sum of RGB (Red+Green+Blue) = 212+14+111=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40E6F is #2BF190. Grayscale: #545454. Windows color (decimal): -2879889 or 7278292. OLE color: 7278292.

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

Color convert

RGB 212 14 111 -
CMYK 0 0.93 0.48 0.17
HSL 330.61º 0.88% 0.44% -
HSV(B) 330.61º 0.93% 0.83% -
XYZ 30.18 15.46 16.43 -
YUV 84.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 212 14 111 0 0.93 0.48 0.17 330.61 0.88 0.44
Hex D4 E 6F 0 5D 30 11 14B 58 2C
Octal 324 16 157 0 135 60 21 513 130 54
Binary 11010100 1110 1101111 0 1011101 110000 10001 101001011 1011000 101100

Color Harmonies of #D40E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E6F

Black with #D40E6F

Text Example


Text Example

White with #D40E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E6F; }

 p { color: rgb(212,14,111); }

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

background-color css

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

 a { background-color: rgb(212,14,111); }

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

border-color css

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

 span { border-color: rgb(212,14,111); }

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