Html Css Color HEX #D41371 Ruby

📋 copy color: '#D41371'

red 212 ◦ green 19 ◦ blue 113

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

Shades of Ruby #D41371

Tints of Ruby #D41371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 61.63%
G = 5.52%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D41371 (or 0xD41371) is known color: Ruby. HEX triplet: D4, 13 and 71. RGB value is (212,19,113). Sum of RGB (Red+Green+Blue) = 212+19+113=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D41371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41371 is #2BEC8E. Grayscale: #575757. Windows color (decimal): -2878607 or 7410644. OLE color: 7410644.

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

Color convert

RGB 212 19 113 -
CMYK 0 0.91 0.47 0.17
HSL 330.78º 0.84% 0.45% -
HSV(B) 330.78º 0.91% 0.83% -
XYZ 30.36 15.66 17.04 -
YUV 87.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 212 19 113 0 0.91 0.47 0.17 330.78 0.84 0.45
Hex D4 13 71 0 5B 2F 11 14B 54 2D
Octal 324 23 161 0 133 57 21 513 124 55
Binary 11010100 10011 1110001 0 1011011 101111 10001 101001011 1010100 101101

Color Harmonies of #D41371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41371

Black with #D41371

Text Example


Text Example

White with #D41371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41371; }

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

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

background-color css

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

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

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

border-color css

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

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

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