Html Css Color HEX #D40F71 Ruby

📋 copy color: '#D40F71'

red 212 ◦ green 15 ◦ blue 113

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

Shades of Ruby #D40F71

Tints of Ruby #D40F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 62.35%
G = 4.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D40F71 (or 0xD40F71) is known color: Ruby. HEX triplet: D4, 0F and 71. RGB value is (212,15,113). Sum of RGB (Red+Green+Blue) = 212+15+113=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40F71 is #2BF08E. Grayscale: #545454. Windows color (decimal): -2879631 or 7409620. OLE color: 7409620.

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

Color convert

RGB 212 15 113 -
CMYK 0 0.93 0.47 0.17
HSL 330.15º 0.87% 0.45% -
HSV(B) 330.15º 0.93% 0.83% -
XYZ 30.3 15.53 17.02 -
YUV 85.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 212 15 113 0 0.93 0.47 0.17 330.15 0.87 0.45
Hex D4 F 71 0 5D 2F 11 14A 57 2D
Octal 324 17 161 0 135 57 21 512 127 55
Binary 11010100 1111 1110001 0 1011101 101111 10001 101001010 1010111 101101

Color Harmonies of #D40F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F71

Black with #D40F71

Text Example


Text Example

White with #D40F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F71; }

 p { color: rgb(212,15,113); }

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

background-color css

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

 a { background-color: rgb(212,15,113); }

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

border-color css

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

 span { border-color: rgb(212,15,113); }

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