Html Css Color HEX #D70C90 Medium Violet Red

📋 copy color: '#D70C90'

red 215 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #D70C90

Tints of Medium Violet Red #D70C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 57.95%
G = 3.23%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70C90 (or 0xD70C90) is known color: Medium Violet Red. HEX triplet: D7, 0C and 90. RGB value is (215,12,144). Sum of RGB (Red+Green+Blue) = 215+12+144=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C90 is #28F36F. Grayscale: #575757. Windows color (decimal): -2683760 or 9440471. OLE color: 9440471.

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

Color convert

RGB 215 12 144 -
CMYK 0 0.94 0.33 0.16
HSL 320.99º 0.89% 0.45% -
HSV(B) 320.99º 0.94% 0.84% -
XYZ 33.19 16.72 27.86 -
YUV 87.75 159.75 218.77 -
System Red Green Blue C M Y K H S L
Decimal 215 12 144 0 0.94 0.33 0.16 320.99 0.89 0.45
Hex D7 C 90 0 5E 21 10 141 59 2D
Octal 327 14 220 0 136 41 20 501 131 55
Binary 11010111 1100 10010000 0 1011110 100001 10000 101000001 1011001 101101

Color Harmonies of #D70C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C90

Black with #D70C90

Text Example


Text Example

White with #D70C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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