Html Css Color HEX #D70E5A Ruby

📋 copy color: '#D70E5A'

red 215 ◦ green 14 ◦ blue 90

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

Shades of Ruby #D70E5A

Tints of Ruby #D70E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.39%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 67.4%
G = 4.39%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D70E5A (or 0xD70E5A) is known color: Ruby. HEX triplet: D7, 0E and 5A. RGB value is (215,14,90). Sum of RGB (Red+Green+Blue) = 215+14+90=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E5A is #28F1A5. Grayscale: #525252. Windows color (decimal): -2683302 or 5902039. OLE color: 5902039.

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

Color convert

RGB 215 14 90 -
CMYK 0 0.93 0.58 0.16
HSL 337.31º 0.88% 0.45% -
HSV(B) 337.31º 0.93% 0.84% -
XYZ 30.03 15.5 11.08 -
YUV 82.76 132.09 222.32 -
System Red Green Blue C M Y K H S L
Decimal 215 14 90 0 0.93 0.58 0.16 337.31 0.88 0.45
Hex D7 E 5A 0 5D 3A 10 151 58 2D
Octal 327 16 132 0 135 72 20 521 130 55
Binary 11010111 1110 1011010 0 1011101 111010 10000 101010001 1011000 101101

Color Harmonies of #D70E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E5A

Black with #D70E5A

Text Example


Text Example

White with #D70E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E5A; }

 p { color: rgb(215,14,90); }

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

background-color css

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

 a { background-color: rgb(215,14,90); }

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

border-color css

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

 span { border-color: rgb(215,14,90); }

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