Html Css Color HEX #D70D5B Ruby

📋 copy color: '#D70D5B'

red 215 ◦ green 13 ◦ blue 91

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

Shades of Ruby #D70D5B

Tints of Ruby #D70D5B

RGB

 RED value IS 215 (84.38% from 255) = 67.4%

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 67.4%
G = 4.08%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D70D5B (or 0xD70D5B) is known color: Ruby. HEX triplet: D7, 0D and 5B. RGB value is (215,13,91). Sum of RGB (Red+Green+Blue) = 215+13+91=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D5B is #28F2A4. Grayscale: #525252. Windows color (decimal): -2683557 or 5967319. OLE color: 5967319.

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

Color convert

RGB 215 13 91 -
CMYK 0 0.94 0.58 0.16
HSL 336.83º 0.89% 0.45% -
HSV(B) 336.83º 0.94% 0.84% -
XYZ 30.06 15.49 11.3 -
YUV 82.29 132.92 222.66 -
System Red Green Blue C M Y K H S L
Decimal 215 13 91 0 0.94 0.58 0.16 336.83 0.89 0.45
Hex D7 D 5B 0 5E 3A 10 151 59 2D
Octal 327 15 133 0 136 72 20 521 131 55
Binary 11010111 1101 1011011 0 1011110 111010 10000 101010001 1011001 101101

Color Harmonies of #D70D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D5B

Black with #D70D5B

Text Example


Text Example

White with #D70D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D5B; }

 p { color: rgb(215,13,91); }

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

background-color css

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

 a { background-color: rgb(215,13,91); }

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

border-color css

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

 span { border-color: rgb(215,13,91); }

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