Html Css Color HEX #D41464 Ruby

📋 copy color: '#D41464'

red 212 ◦ green 20 ◦ blue 100

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

Shades of Ruby #D41464

Tints of Ruby #D41464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 63.86%
G = 6.02%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D41464 (or 0xD41464) is known color: Ruby. HEX triplet: D4, 14 and 64. RGB value is (212,20,100). Sum of RGB (Red+Green+Blue) = 212+20+100=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D41464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41464 is #2BEB9B. Grayscale: #565656. Windows color (decimal): -2878364 or 6558932. OLE color: 6558932.

HSL color Cylindrical-coordinate representation of color #D41464: hue angle of 335º degrees, saturation: 0.83, 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 #D41464 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 100 -
CMYK 0 0.91 0.53 0.17
HSL 335º 0.83% 0.45% -
HSV(B) 335º 0.91% 0.83% -
XYZ 29.7 15.42 13.47 -
YUV 86.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 212 20 100 0 0.91 0.53 0.17 335 0.83 0.45
Hex D4 14 64 0 5B 35 11 14F 53 2D
Octal 324 24 144 0 133 65 21 517 123 55
Binary 11010100 10100 1100100 0 1011011 110101 10001 101001111 1010011 101101

Color Harmonies of #D41464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41464

Black with #D41464

Text Example


Text Example

White with #D41464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41464; }

 p { color: rgb(212,20,100); }

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

background-color css

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

 a { background-color: rgb(212,20,100); }

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

border-color css

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

 span { border-color: rgb(212,20,100); }

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