Html Css Color HEX #D50C58 Ruby

📋 copy color: '#D50C58'

red 213 ◦ green 12 ◦ blue 88

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

Shades of Ruby #D50C58

Tints of Ruby #D50C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.83%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 68.05%
G = 3.83%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D50C58 (or 0xD50C58) is known color: Ruby. HEX triplet: D5, 0C and 58. RGB value is (213,12,88). Sum of RGB (Red+Green+Blue) = 213+12+88=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C58 is #2AF3A7. Grayscale: #505050. Windows color (decimal): -2814888 or 5770453. OLE color: 5770453.

HSL color Cylindrical-coordinate representation of color #D50C58: hue angle of 337.31º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C58 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 88 -
CMYK 0 0.94 0.59 0.16
HSL 337.31º 0.89% 0.44% -
HSV(B) 337.31º 0.94% 0.84% -
XYZ 29.33 15.11 10.6 -
YUV 80.76 132.09 222.32 -
System Red Green Blue C M Y K H S L
Decimal 213 12 88 0 0.94 0.59 0.16 337.31 0.89 0.44
Hex D5 C 58 0 5E 3B 10 151 59 2C
Octal 325 14 130 0 136 73 20 521 131 54
Binary 11010101 1100 1011000 0 1011110 111011 10000 101010001 1011001 101100

Color Harmonies of #D50C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C58

Black with #D50C58

Text Example


Text Example

White with #D50C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C58; }

 p { color: rgb(213,12,88); }

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

background-color css

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

 a { background-color: rgb(213,12,88); }

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

border-color css

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

 span { border-color: rgb(213,12,88); }

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