Html Css Color HEX #D51072 Ruby

📋 copy color: '#D51072'

red 213 ◦ green 16 ◦ blue 114

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

Shades of Ruby #D51072

Tints of Ruby #D51072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 62.1%
G = 4.66%
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

#D51072 (or 0xD51072) is known color: Ruby. HEX triplet: D5, 10 and 72. RGB value is (213,16,114). Sum of RGB (Red+Green+Blue) = 213+16+114=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D51072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51072 is #2AEF8D. Grayscale: #555555. Windows color (decimal): -2813838 or 7475413. OLE color: 7475413.

HSL color Cylindrical-coordinate representation of color #D51072: hue angle of 330.15º degrees, saturation: 0.86, 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 #D51072 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 114 -
CMYK 0 0.92 0.46 0.16
HSL 330.15º 0.86% 0.45% -
HSV(B) 330.15º 0.92% 0.84% -
XYZ 30.66 15.73 17.34 -
YUV 86.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 213 16 114 0 0.92 0.46 0.16 330.15 0.86 0.45
Hex D5 10 72 0 5C 2E 10 14A 56 2D
Octal 325 20 162 0 134 56 20 512 126 55
Binary 11010101 10000 1110010 0 1011100 101110 10000 101001010 1010110 101101

Color Harmonies of #D51072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51072

Black with #D51072

Text Example


Text Example

White with #D51072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51072; }

 p { color: rgb(213,16,114); }

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

background-color css

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

 a { background-color: rgb(213,16,114); }

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

border-color css

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

 span { border-color: rgb(213,16,114); }

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