Html Css Color HEX #D70C76 Medium Violet Red

📋 copy color: '#D70C76'

red 215 ◦ green 12 ◦ blue 118

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

Shades of Medium Violet Red #D70C76

Tints of Medium Violet Red #D70C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 62.32%
G = 3.48%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70C76 (or 0xD70C76) is known color: Medium Violet Red. HEX triplet: D7, 0C and 76. RGB value is (215,12,118). Sum of RGB (Red+Green+Blue) = 215+12+118=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C76 is #28F389. Grayscale: #545454. Windows color (decimal): -2683786 or 7736535. OLE color: 7736535.

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

Color convert

RGB 215 12 118 -
CMYK 0 0.94 0.45 0.16
HSL 328.67º 0.89% 0.45% -
HSV(B) 328.67º 0.94% 0.84% -
XYZ 31.43 16.02 18.58 -
YUV 84.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 215 12 118 0 0.94 0.45 0.16 328.67 0.89 0.45
Hex D7 C 76 0 5E 2D 10 149 59 2D
Octal 327 14 166 0 136 55 20 511 131 55
Binary 11010111 1100 1110110 0 1011110 101101 10000 101001001 1011001 101101

Color Harmonies of #D70C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C76

Black with #D70C76

Text Example


Text Example

White with #D70C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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