Html Css Color HEX #D70C6B Ruby

📋 copy color: '#D70C6B'

red 215 ◦ green 12 ◦ blue 107

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

Shades of Ruby #D70C6B

Tints of Ruby #D70C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

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

R = 64.37%
G = 3.59%
B = 32.04%

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

#D70C6B (or 0xD70C6B) is known color: Ruby. HEX triplet: D7, 0C and 6B. RGB value is (215,12,107). Sum of RGB (Red+Green+Blue) = 215+12+107=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C6B is #28F394. Grayscale: #535353. Windows color (decimal): -2683797 or 7015639. OLE color: 7015639.

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

Color convert

RGB 215 12 107 -
CMYK 0 0.94 0.50 0.16
HSL 331.92º 0.89% 0.45% -
HSV(B) 331.92º 0.94% 0.84% -
XYZ 30.81 15.77 15.33 -
YUV 83.53 141.25 221.78 -
System Red Green Blue C M Y K H S L
Decimal 215 12 107 0 0.94 0.50 0.16 331.92 0.89 0.45
Hex D7 C 6B 0 5E 32 10 14C 59 2D
Octal 327 14 153 0 136 62 20 514 131 55
Binary 11010111 1100 1101011 0 1011110 110010 10000 101001100 1011001 101101

Color Harmonies of #D70C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C6B

Black with #D70C6B

Text Example


Text Example

White with #D70C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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