Html Css Color HEX #D50471 Ruby

📋 copy color: '#D50471'

red 213 ◦ green 4 ◦ blue 113

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

Shades of Ruby #D50471

Tints of Ruby #D50471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 64.55%
G = 1.21%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D50471 (or 0xD50471) is known color: Ruby. HEX triplet: D5, 04 and 71. RGB value is (213,4,113). Sum of RGB (Red+Green+Blue) = 213+4+113=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D50471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50471 is #2AFB8E. Grayscale: #4E4E4E. Windows color (decimal): -2816911 or 7406805. OLE color: 7406805.

HSL color Cylindrical-coordinate representation of color #D50471: hue angle of 328.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50471 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 113 -
CMYK 0 0.98 0.47 0.16
HSL 328.71º 0.96% 0.43% -
HSV(B) 328.71º 0.98% 0.84% -
XYZ 30.46 15.43 16.99 -
YUV 78.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 213 4 113 0 0.98 0.47 0.16 328.71 0.96 0.43
Hex D5 4 71 0 62 2F 10 149 60 2B
Octal 325 4 161 0 142 57 20 511 140 53
Binary 11010101 100 1110001 0 1100010 101111 10000 101001001 1100000 101011

Color Harmonies of #D50471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50471

Black with #D50471

Text Example


Text Example

White with #D50471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50471; }

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

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

background-color css

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

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

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

border-color css

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

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

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