Html Css Color HEX #D20380 Medium Violet Red

📋 copy color: '#D20380'

red 210 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #D20380

Tints of Medium Violet Red #D20380

RGB

 RED value IS 210 (82.42% from 255) = 61.58%

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

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

R = 61.58%
G = 0.88%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20380 (or 0xD20380) is known color: Medium Violet Red. HEX triplet: D2, 03 and 80. RGB value is (210,3,128). Sum of RGB (Red+Green+Blue) = 210+3+128=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D20380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20380 is #2DFC7F. Grayscale: #4E4E4E. Windows color (decimal): -3013760 or 8389586. OLE color: 8389586.

HSL color Cylindrical-coordinate representation of color #D20380: hue angle of 323.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20380 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 128 -
CMYK 0 0.99 0.39 0.18
HSL 323.77º 0.97% 0.42% -
HSV(B) 323.77º 0.99% 0.82% -
XYZ 30.51 15.33 21.77 -
YUV 79.14 155.58 221.34 -
System Red Green Blue C M Y K H S L
Decimal 210 3 128 0 0.99 0.39 0.18 323.77 0.97 0.42
Hex D2 3 80 0 63 27 12 144 61 2A
Octal 322 3 200 0 143 47 22 504 141 52
Binary 11010010 11 10000000 0 1100011 100111 10010 101000100 1100001 101010

Color Harmonies of #D20380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20380

Black with #D20380

Text Example


Text Example

White with #D20380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20380; }

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

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

background-color css

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

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

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

border-color css

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

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

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