Html Css Color HEX #D50171 Ruby

📋 copy color: '#D50171'

red 213 ◦ green 1 ◦ blue 113

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

Shades of Ruby #D50171

Tints of Ruby #D50171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 65.14%
G = 0.31%
B = 34.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D50171 (or 0xD50171) is known color: Ruby. HEX triplet: D5, 01 and 71. RGB value is (213,1,113). Sum of RGB (Red+Green+Blue) = 213+1+113=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D50171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50171 is #2AFE8E. Grayscale: #4C4C4C. Windows color (decimal): -2817679 or 7406037. OLE color: 7406037.

HSL color Cylindrical-coordinate representation of color #D50171: hue angle of 328.3º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50171 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 113 -
CMYK 0 1.00 0.47 0.16
HSL 328.3º 0.99% 0.42% -
HSV(B) 328.3º 1% 0.84% -
XYZ 30.43 15.36 16.98 -
YUV 77.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 213 1 113 0 1.00 0.47 0.16 328.3 0.99 0.42
Hex D5 1 71 0 64 2F 10 148 63 2A
Octal 325 1 161 0 144 57 20 510 143 52
Binary 11010101 1 1110001 0 1100100 101111 10000 101001000 1100011 101010

Color Harmonies of #D50171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50171

Black with #D50171

Text Example


Text Example

White with #D50171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50171; }

 p { color: rgb(213,1,113); }

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

background-color css

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

 a { background-color: rgb(213,1,113); }

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

border-color css

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

 span { border-color: rgb(213,1,113); }

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