Html Css Color HEX #D70D66 Ruby

📋 copy color: '#D70D66'

red 215 ◦ green 13 ◦ blue 102

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

Shades of Ruby #D70D66

Tints of Ruby #D70D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 65.15%
G = 3.94%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D70D66 (or 0xD70D66) is known color: Ruby. HEX triplet: D7, 0D and 66. RGB value is (215,13,102). Sum of RGB (Red+Green+Blue) = 215+13+102=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D66 is #28F299. Grayscale: #535353. Windows color (decimal): -2683546 or 6688215. OLE color: 6688215.

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

Color convert

RGB 215 13 102 -
CMYK 0 0.94 0.53 0.16
HSL 333.56º 0.89% 0.45% -
HSV(B) 333.56º 0.94% 0.84% -
XYZ 30.57 15.69 13.99 -
YUV 83.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 215 13 102 0 0.94 0.53 0.16 333.56 0.89 0.45
Hex D7 D 66 0 5E 35 10 14E 59 2D
Octal 327 15 146 0 136 65 20 516 131 55
Binary 11010111 1101 1100110 0 1011110 110101 10000 101001110 1011001 101101

Color Harmonies of #D70D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D66

Black with #D70D66

Text Example


Text Example

White with #D70D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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