Html Css Color HEX #D70D6B Ruby

📋 copy color: '#D70D6B'

red 215 ◦ green 13 ◦ blue 107

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

Shades of Ruby #D70D6B

Tints of Ruby #D70D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 64.18%
G = 3.88%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D70D6B (or 0xD70D6B) is known color: Ruby. HEX triplet: D7, 0D and 6B. RGB value is (215,13,107). Sum of RGB (Red+Green+Blue) = 215+13+107=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D6B is #28F294. Grayscale: #535353. Windows color (decimal): -2683541 or 7015895. OLE color: 7015895.

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

Color convert

RGB 215 13 107 -
CMYK 0 0.94 0.50 0.16
HSL 332.08º 0.89% 0.45% -
HSV(B) 332.08º 0.94% 0.84% -
XYZ 30.82 15.8 15.33 -
YUV 84.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 215 13 107 0 0.94 0.50 0.16 332.08 0.89 0.45
Hex D7 D 6B 0 5E 32 10 14C 59 2D
Octal 327 15 153 0 136 62 20 514 131 55
Binary 11010111 1101 1101011 0 1011110 110010 10000 101001100 1011001 101101

Color Harmonies of #D70D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D6B

Black with #D70D6B

Text Example


Text Example

White with #D70D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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