Html Css Color HEX #D70F68 Ruby

📋 copy color: '#D70F68'

red 215 ◦ green 15 ◦ blue 104

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

Shades of Ruby #D70F68

Tints of Ruby #D70F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 64.37%
G = 4.49%
B = 31.14%

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

#D70F68 (or 0xD70F68) is known color: Ruby. HEX triplet: D7, 0F and 68. RGB value is (215,15,104). Sum of RGB (Red+Green+Blue) = 215+15+104=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F68 is #28F097. Grayscale: #545454. Windows color (decimal): -2683032 or 6819799. OLE color: 6819799.

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

Color convert

RGB 215 15 104 -
CMYK 0 0.93 0.52 0.16
HSL 333.3º 0.87% 0.45% -
HSV(B) 333.3º 0.93% 0.84% -
XYZ 30.69 15.79 14.53 -
YUV 84.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 215 15 104 0 0.93 0.52 0.16 333.3 0.87 0.45
Hex D7 F 68 0 5D 34 10 14D 57 2D
Octal 327 17 150 0 135 64 20 515 127 55
Binary 11010111 1111 1101000 0 1011101 110100 10000 101001101 1010111 101101

Color Harmonies of #D70F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F68

Black with #D70F68

Text Example


Text Example

White with #D70F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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