Html Css Color HEX #D50570 Ruby

📋 copy color: '#D50570'

red 213 ◦ green 5 ◦ blue 112

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

Shades of Ruby #D50570

Tints of Ruby #D50570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 64.55%
G = 1.52%
B = 33.94%

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

#D50570 (or 0xD50570) is known color: Ruby. HEX triplet: D5, 05 and 70. RGB value is (213,5,112). Sum of RGB (Red+Green+Blue) = 213+5+112=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D50570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50570 is #2AFA8F. Grayscale: #4F4F4F. Windows color (decimal): -2816656 or 7341525. OLE color: 7341525.

HSL color Cylindrical-coordinate representation of color #D50570: hue angle of 329.13º degrees, saturation: 0.95, 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 #D50570 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 112 -
CMYK 0 0.98 0.47 0.16
HSL 329.13º 0.95% 0.43% -
HSV(B) 329.13º 0.98% 0.84% -
XYZ 30.42 15.42 16.7 -
YUV 79.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 213 5 112 0 0.98 0.47 0.16 329.13 0.95 0.43
Hex D5 5 70 0 62 2F 10 149 5F 2B
Octal 325 5 160 0 142 57 20 511 137 53
Binary 11010101 101 1110000 0 1100010 101111 10000 101001001 1011111 101011

Color Harmonies of #D50570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50570

Black with #D50570

Text Example


Text Example

White with #D50570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50570; }

 p { color: rgb(213,5,112); }

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

background-color css

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

 a { background-color: rgb(213,5,112); }

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

border-color css

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

 span { border-color: rgb(213,5,112); }

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