Html Css Color HEX #D70C8C Medium Violet Red

📋 copy color: '#D70C8C'

red 215 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #D70C8C

Tints of Medium Violet Red #D70C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 58.58%
G = 3.27%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D70C8C (or 0xD70C8C) is known color: Medium Violet Red. HEX triplet: D7, 0C and 8C. RGB value is (215,12,140). Sum of RGB (Red+Green+Blue) = 215+12+140=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C8C is #28F373. Grayscale: #565656. Windows color (decimal): -2683764 or 9178327. OLE color: 9178327.

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

Color convert

RGB 215 12 140 -
CMYK 0 0.94 0.35 0.16
HSL 322.17º 0.89% 0.45% -
HSV(B) 322.17º 0.94% 0.84% -
XYZ 32.89 16.6 26.28 -
YUV 87.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 215 12 140 0 0.94 0.35 0.16 322.17 0.89 0.45
Hex D7 C 8C 0 5E 23 10 142 59 2D
Octal 327 14 214 0 136 43 20 502 131 55
Binary 11010111 1100 10001100 0 1011110 100011 10000 101000010 1011001 101101

Color Harmonies of #D70C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C8C

Black with #D70C8C

Text Example


Text Example

White with #D70C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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