Html Css Color HEX #D51272 Ruby

📋 copy color: '#D51272'

red 213 ◦ green 18 ◦ blue 114

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

Shades of Ruby #D51272

Tints of Ruby #D51272

RGB

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

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

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

R = 61.74%
G = 5.22%
B = 33.04%

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

#D51272 (or 0xD51272) is known color: Ruby. HEX triplet: D5, 12 and 72. RGB value is (213,18,114). Sum of RGB (Red+Green+Blue) = 213+18+114=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D51272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51272 is #2AED8D. Grayscale: #575757. Windows color (decimal): -2813326 or 7475925. OLE color: 7475925.

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

Color convert

RGB 213 18 114 -
CMYK 0 0.92 0.46 0.16
HSL 330.46º 0.84% 0.45% -
HSV(B) 330.46º 0.92% 0.84% -
XYZ 30.69 15.79 17.35 -
YUV 87.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 213 18 114 0 0.92 0.46 0.16 330.46 0.84 0.45
Hex D5 12 72 0 5C 2E 10 14A 54 2D
Octal 325 22 162 0 134 56 20 512 124 55
Binary 11010101 10010 1110010 0 1011100 101110 10000 101001010 1010100 101101

Color Harmonies of #D51272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51272

Black with #D51272

Text Example


Text Example

White with #D51272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51272; }

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

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

background-color css

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

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

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

border-color css

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

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

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