Html Css Color HEX #D70880 Medium Violet Red

📋 copy color: '#D70880'

red 215 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #D70880

Tints of Medium Violet Red #D70880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

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

R = 61.25%
G = 2.28%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D70880 (or 0xD70880) is known color: Medium Violet Red. HEX triplet: D7, 08 and 80. RGB value is (215,8,128). Sum of RGB (Red+Green+Blue) = 215+8+128=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D70880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70880 is #28F77F. Grayscale: #535353. Windows color (decimal): -2684800 or 8390871. OLE color: 8390871.

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

Color convert

RGB 215 8 128 -
CMYK 0 0.96 0.40 0.16
HSL 325.22º 0.93% 0.44% -
HSV(B) 325.22º 0.96% 0.84% -
XYZ 32.01 16.18 21.86 -
YUV 83.57 153.08 221.74 -
System Red Green Blue C M Y K H S L
Decimal 215 8 128 0 0.96 0.40 0.16 325.22 0.93 0.44
Hex D7 8 80 0 60 28 10 145 5D 2C
Octal 327 10 200 0 140 50 20 505 135 54
Binary 11010111 1000 10000000 0 1100000 101000 10000 101000101 1011101 101100

Color Harmonies of #D70880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70880

Black with #D70880

Text Example


Text Example

White with #D70880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70880; }

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

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

background-color css

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

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

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

border-color css

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

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

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