Html Css Color HEX #D51073 Ruby

📋 copy color: '#D51073'

red 213 ◦ green 16 ◦ blue 115

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

Shades of Ruby #D51073

Tints of Ruby #D51073

RGB

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

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

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

R = 61.92%
G = 4.65%
B = 33.43%

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

#D51073 (or 0xD51073) is known color: Ruby. HEX triplet: D5, 10 and 73. RGB value is (213,16,115). Sum of RGB (Red+Green+Blue) = 213+16+115=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D51073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51073 is #2AEF8C. Grayscale: #555555. Windows color (decimal): -2813837 or 7540949. OLE color: 7540949.

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

Color convert

RGB 213 16 115 -
CMYK 0 0.92 0.46 0.16
HSL 329.85º 0.86% 0.45% -
HSV(B) 329.85º 0.92% 0.84% -
XYZ 30.72 15.75 17.64 -
YUV 86.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 213 16 115 0 0.92 0.46 0.16 329.85 0.86 0.45
Hex D5 10 73 0 5C 2E 10 14A 56 2D
Octal 325 20 163 0 134 56 20 512 126 55
Binary 11010101 10000 1110011 0 1011100 101110 10000 101001010 1010110 101101

Color Harmonies of #D51073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51073

Black with #D51073

Text Example


Text Example

White with #D51073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51073; }

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

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

background-color css

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

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

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

border-color css

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

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

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