Html Css Color HEX #D70C7A Medium Violet Red

📋 copy color: '#D70C7A'

red 215 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #D70C7A

Tints of Medium Violet Red #D70C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 61.6%
G = 3.44%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D70C7A (or 0xD70C7A) is known color: Medium Violet Red. HEX triplet: D7, 0C and 7A. RGB value is (215,12,122). Sum of RGB (Red+Green+Blue) = 215+12+122=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C7A is #28F385. Grayscale: #555555. Windows color (decimal): -2683782 or 7998679. OLE color: 7998679.

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

Color convert

RGB 215 12 122 -
CMYK 0 0.94 0.43 0.16
HSL 327.49º 0.89% 0.45% -
HSV(B) 327.49º 0.94% 0.84% -
XYZ 31.67 16.12 19.85 -
YUV 85.24 148.75 220.56 -
System Red Green Blue C M Y K H S L
Decimal 215 12 122 0 0.94 0.43 0.16 327.49 0.89 0.45
Hex D7 C 7A 0 5E 2B 10 147 59 2D
Octal 327 14 172 0 136 53 20 507 131 55
Binary 11010111 1100 1111010 0 1011110 101011 10000 101000111 1011001 101101

Color Harmonies of #D70C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C7A

Black with #D70C7A

Text Example


Text Example

White with #D70C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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