Html Css Color HEX #D70380 Medium Violet Red

📋 copy color: '#D70380'

red 215 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #D70380

Tints of Medium Violet Red #D70380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 62.14%
G = 0.87%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D70380 (or 0xD70380) is known color: Medium Violet Red. HEX triplet: D7, 03 and 80. RGB value is (215,3,128). Sum of RGB (Red+Green+Blue) = 215+3+128=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D70380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70380 is #28FC7F. Grayscale: #505050. Windows color (decimal): -2686080 or 8389591. OLE color: 8389591.

HSL color Cylindrical-coordinate representation of color #D70380: hue angle of 324.62º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70380 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 128 -
CMYK 0 0.99 0.40 0.16
HSL 324.62º 0.97% 0.43% -
HSV(B) 324.62º 0.99% 0.84% -
XYZ 31.95 16.07 21.84 -
YUV 80.64 154.74 223.84 -
System Red Green Blue C M Y K H S L
Decimal 215 3 128 0 0.99 0.40 0.16 324.62 0.97 0.43
Hex D7 3 80 0 63 28 10 145 61 2B
Octal 327 3 200 0 143 50 20 505 141 53
Binary 11010111 11 10000000 0 1100011 101000 10000 101000101 1100001 101011

Color Harmonies of #D70380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70380

Black with #D70380

Text Example


Text Example

White with #D70380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70380; }

 p { color: rgb(215,3,128); }

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

background-color css

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

 a { background-color: rgb(215,3,128); }

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

border-color css

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

 span { border-color: rgb(215,3,128); }

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