Html Css Color HEX #D70C81 Medium Violet Red

📋 copy color: '#D70C81'

red 215 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #D70C81

Tints of Medium Violet Red #D70C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 60.39%
G = 3.37%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D70C81 (or 0xD70C81) is known color: Medium Violet Red. HEX triplet: D7, 0C and 81. RGB value is (215,12,129). Sum of RGB (Red+Green+Blue) = 215+12+129=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C81 is #28F37E. Grayscale: #555555. Windows color (decimal): -2683775 or 8457431. OLE color: 8457431.

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

Color convert

RGB 215 12 129 -
CMYK 0 0.94 0.4 0.16
HSL 325.42º 0.89% 0.45% -
HSV(B) 325.42º 0.94% 0.84% -
XYZ 32.12 16.3 22.22 -
YUV 86.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 215 12 129 0 0.94 0.4 0.16 325.42 0.89 0.45
Hex D7 C 81 0 5E 28 10 145 59 2D
Octal 327 14 201 0 136 50 20 505 131 55
Binary 11010111 1100 10000001 0 1011110 101000 10000 101000101 1011001 101101

Color Harmonies of #D70C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C81

Black with #D70C81

Text Example


Text Example

White with #D70C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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