Html Css Color HEX #D70C7F Medium Violet Red

📋 copy color: '#D70C7F'

red 215 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #D70C7F

Tints of Medium Violet Red #D70C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 60.73%
G = 3.39%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D70C7F (or 0xD70C7F) is known color: Medium Violet Red. HEX triplet: D7, 0C and 7F. RGB value is (215,12,127). Sum of RGB (Red+Green+Blue) = 215+12+127=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C7F is #28F380. Grayscale: #555555. Windows color (decimal): -2683777 or 8326359. OLE color: 8326359.

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

Color convert

RGB 215 12 127 -
CMYK 0 0.94 0.41 0.16
HSL 326.01º 0.89% 0.45% -
HSV(B) 326.01º 0.94% 0.84% -
XYZ 31.99 16.24 21.53 -
YUV 85.81 151.25 220.15 -
System Red Green Blue C M Y K H S L
Decimal 215 12 127 0 0.94 0.41 0.16 326.01 0.89 0.45
Hex D7 C 7F 0 5E 29 10 146 59 2D
Octal 327 14 177 0 136 51 20 506 131 55
Binary 11010111 1100 1111111 0 1011110 101001 10000 101000110 1011001 101101

Color Harmonies of #D70C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C7F

Black with #D70C7F

Text Example


Text Example

White with #D70C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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