Html Css Color HEX #D51273 Ruby

📋 copy color: '#D51273'

red 213 ◦ green 18 ◦ blue 115

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

Shades of Ruby #D51273

Tints of Ruby #D51273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 61.56%
G = 5.2%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D51273 (or 0xD51273) is known color: Ruby. HEX triplet: D5, 12 and 73. RGB value is (213,18,115). Sum of RGB (Red+Green+Blue) = 213+18+115=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D51273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51273 is #2AED8C. Grayscale: #575757. Windows color (decimal): -2813325 or 7541461. OLE color: 7541461.

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

Color convert

RGB 213 18 115 -
CMYK 0 0.92 0.46 0.16
HSL 330.15º 0.84% 0.45% -
HSV(B) 330.15º 0.92% 0.84% -
XYZ 30.75 15.82 17.65 -
YUV 87.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 213 18 115 0 0.92 0.46 0.16 330.15 0.84 0.45
Hex D5 12 73 0 5C 2E 10 14A 54 2D
Octal 325 22 163 0 134 56 20 512 124 55
Binary 11010101 10010 1110011 0 1011100 101110 10000 101001010 1010100 101101

Color Harmonies of #D51273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51273

Black with #D51273

Text Example


Text Example

White with #D51273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51273; }

 p { color: rgb(213,18,115); }

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

background-color css

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

 a { background-color: rgb(213,18,115); }

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

border-color css

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

 span { border-color: rgb(213,18,115); }

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