Html Css Color HEX #D70B80 Medium Violet Red

📋 copy color: '#D70B80'

red 215 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #D70B80

Tints of Medium Violet Red #D70B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.11%

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

R = 60.73%
G = 3.11%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D70B80 (or 0xD70B80) is known color: Medium Violet Red. HEX triplet: D7, 0B and 80. RGB value is (215,11,128). Sum of RGB (Red+Green+Blue) = 215+11+128=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70B80 is #28F47F. Grayscale: #555555. Windows color (decimal): -2684032 or 8391639. OLE color: 8391639.

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

Color convert

RGB 215 11 128 -
CMYK 0 0.95 0.40 0.16
HSL 325.59º 0.9% 0.44% -
HSV(B) 325.59º 0.95% 0.84% -
XYZ 32.04 16.24 21.87 -
YUV 85.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 215 11 128 0 0.95 0.40 0.16 325.59 0.9 0.44
Hex D7 B 80 0 5F 28 10 146 5A 2C
Octal 327 13 200 0 137 50 20 506 132 54
Binary 11010111 1011 10000000 0 1011111 101000 10000 101000110 1011010 101100

Color Harmonies of #D70B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B80

Black with #D70B80

Text Example


Text Example

White with #D70B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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