Html Css Color HEX #D70E68 Ruby

📋 copy color: '#D70E68'

red 215 ◦ green 14 ◦ blue 104

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

Shades of Ruby #D70E68

Tints of Ruby #D70E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 64.56%
G = 4.2%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D70E68 (or 0xD70E68) is known color: Ruby. HEX triplet: D7, 0E and 68. RGB value is (215,14,104). Sum of RGB (Red+Green+Blue) = 215+14+104=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E68 is #28F197. Grayscale: #545454. Windows color (decimal): -2683288 or 6819543. OLE color: 6819543.

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

Color convert

RGB 215 14 104 -
CMYK 0 0.93 0.52 0.16
HSL 333.13º 0.88% 0.45% -
HSV(B) 333.13º 0.93% 0.84% -
XYZ 30.68 15.76 14.52 -
YUV 84.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 215 14 104 0 0.93 0.52 0.16 333.13 0.88 0.45
Hex D7 E 68 0 5D 34 10 14D 58 2D
Octal 327 16 150 0 135 64 20 515 130 55
Binary 11010111 1110 1101000 0 1011101 110100 10000 101001101 1011000 101101

Color Harmonies of #D70E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E68

Black with #D70E68

Text Example


Text Example

White with #D70E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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