Html Css Color HEX #D70C93 Medium Violet Red

📋 copy color: '#D70C93'

red 215 ◦ green 12 ◦ blue 147

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

Shades of Medium Violet Red #D70C93

Tints of Medium Violet Red #D70C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 57.49%
G = 3.21%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D70C93 (or 0xD70C93) is known color: Medium Violet Red. HEX triplet: D7, 0C and 93. RGB value is (215,12,147). Sum of RGB (Red+Green+Blue) = 215+12+147=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C93 is #28F36C. Grayscale: #575757. Windows color (decimal): -2683757 or 9637079. OLE color: 9637079.

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

Color convert

RGB 215 12 147 -
CMYK 0 0.94 0.32 0.16
HSL 320.1º 0.89% 0.45% -
HSV(B) 320.1º 0.94% 0.84% -
XYZ 33.42 16.82 29.09 -
YUV 88.09 161.25 218.52 -
System Red Green Blue C M Y K H S L
Decimal 215 12 147 0 0.94 0.32 0.16 320.1 0.89 0.45
Hex D7 C 93 0 5E 20 10 140 59 2D
Octal 327 14 223 0 136 40 20 500 131 55
Binary 11010111 1100 10010011 0 1011110 100000 10000 101000000 1011001 101101

Color Harmonies of #D70C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C93

Black with #D70C93

Text Example


Text Example

White with #D70C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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