Html Css Color HEX #D70E6F Ruby

📋 copy color: '#D70E6F'

red 215 ◦ green 14 ◦ blue 111

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

Shades of Ruby #D70E6F

Tints of Ruby #D70E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 63.24%
G = 4.12%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D70E6F (or 0xD70E6F) is known color: Ruby. HEX triplet: D7, 0E and 6F. RGB value is (215,14,111). Sum of RGB (Red+Green+Blue) = 215+14+111=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E6F is #28F190. Grayscale: #545454. Windows color (decimal): -2683281 or 7278295. OLE color: 7278295.

HSL color Cylindrical-coordinate representation of color #D70E6F: hue angle of 331.04º 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 #D70E6F is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 14 111 -
CMYK 0 0.93 0.48 0.16
HSL 331.04º 0.88% 0.45% -
HSV(B) 331.04º 0.93% 0.84% -
XYZ 31.05 15.91 16.47 -
YUV 85.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 215 14 111 0 0.93 0.48 0.16 331.04 0.88 0.45
Hex D7 E 6F 0 5D 30 10 14B 58 2D
Octal 327 16 157 0 135 60 20 513 130 55
Binary 11010111 1110 1101111 0 1011101 110000 10000 101001011 1011000 101101

Color Harmonies of #D70E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E6F

Black with #D70E6F

Text Example


Text Example

White with #D70E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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