Html Css Color HEX #D70C6C Ruby

📋 copy color: '#D70C6C'

red 215 ◦ green 12 ◦ blue 108

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

Shades of Ruby #D70C6C

Tints of Ruby #D70C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 64.18%
G = 3.58%
B = 32.24%

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

#D70C6C (or 0xD70C6C) is known color: Ruby. HEX triplet: D7, 0C and 6C. RGB value is (215,12,108). Sum of RGB (Red+Green+Blue) = 215+12+108=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C6C is #28F393. Grayscale: #535353. Windows color (decimal): -2683796 or 7081175. OLE color: 7081175.

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

Color convert

RGB 215 12 108 -
CMYK 0 0.94 0.50 0.16
HSL 331.63º 0.89% 0.45% -
HSV(B) 331.63º 0.94% 0.84% -
XYZ 30.86 15.79 15.61 -
YUV 83.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 215 12 108 0 0.94 0.50 0.16 331.63 0.89 0.45
Hex D7 C 6C 0 5E 32 10 14C 59 2D
Octal 327 14 154 0 136 62 20 514 131 55
Binary 11010111 1100 1101100 0 1011110 110010 10000 101001100 1011001 101101

Color Harmonies of #D70C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C6C

Black with #D70C6C

Text Example


Text Example

White with #D70C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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