Html Css Color HEX #D51470 Ruby

📋 copy color: '#D51470'

red 213 ◦ green 20 ◦ blue 112

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

Shades of Ruby #D51470

Tints of Ruby #D51470

RGB

 RED value IS 213 (83.59% from 255) = 61.74%

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 61.74%
G = 5.8%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D51470 (or 0xD51470) is known color: Ruby. HEX triplet: D5, 14 and 70. RGB value is (213,20,112). Sum of RGB (Red+Green+Blue) = 213+20+112=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D51470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51470 is #2AEB8F. Grayscale: #585858. Windows color (decimal): -2812816 or 7345365. OLE color: 7345365.

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

Color convert

RGB 213 20 112 -
CMYK 0 0.91 0.47 0.16
HSL 331.4º 0.83% 0.46% -
HSV(B) 331.4º 0.91% 0.84% -
XYZ 30.62 15.82 16.77 -
YUV 88.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 213 20 112 0 0.91 0.47 0.16 331.4 0.83 0.46
Hex D5 14 70 0 5B 2F 10 14B 53 2E
Octal 325 24 160 0 133 57 20 513 123 56
Binary 11010101 10100 1110000 0 1011011 101111 10000 101001011 1010011 101110

Color Harmonies of #D51470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51470

Black with #D51470

Text Example


Text Example

White with #D51470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51470; }

 p { color: rgb(213,20,112); }

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

background-color css

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

 a { background-color: rgb(213,20,112); }

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

border-color css

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

 span { border-color: rgb(213,20,112); }

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