Html Css Color HEX #D50370 Ruby

📋 copy color: '#D50370'

red 213 ◦ green 3 ◦ blue 112

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

Shades of Ruby #D50370

Tints of Ruby #D50370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 64.94%
G = 0.91%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D50370 (or 0xD50370) is known color: Ruby. HEX triplet: D5, 03 and 70. RGB value is (213,3,112). Sum of RGB (Red+Green+Blue) = 213+3+112=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D50370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50370 is #2AFC8F. Grayscale: #4D4D4D. Windows color (decimal): -2817168 or 7341013. OLE color: 7341013.

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

Color convert

RGB 213 3 112 -
CMYK 0 0.99 0.47 0.16
HSL 328.86º 0.97% 0.42% -
HSV(B) 328.86º 0.99% 0.84% -
XYZ 30.4 15.38 16.7 -
YUV 78.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 213 3 112 0 0.99 0.47 0.16 328.86 0.97 0.42
Hex D5 3 70 0 63 2F 10 149 61 2A
Octal 325 3 160 0 143 57 20 511 141 52
Binary 11010101 11 1110000 0 1100011 101111 10000 101001001 1100001 101010

Color Harmonies of #D50370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50370

Black with #D50370

Text Example


Text Example

White with #D50370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50370; }

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

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

background-color css

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

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

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

border-color css

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

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

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