Html Css Color HEX #D21080 Medium Violet Red

📋 copy color: '#D21080'

red 210 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #D21080

Tints of Medium Violet Red #D21080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.52%

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

R = 59.32%
G = 4.52%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21080 (or 0xD21080) is known color: Medium Violet Red. HEX triplet: D2, 10 and 80. RGB value is (210,16,128). Sum of RGB (Red+Green+Blue) = 210+16+128=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D21080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21080 is #2DEF7F. Grayscale: #565656. Windows color (decimal): -3010432 or 8392914. OLE color: 8392914.

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

Color convert

RGB 210 16 128 -
CMYK 0 0.92 0.39 0.18
HSL 325.36º 0.86% 0.44% -
HSV(B) 325.36º 0.92% 0.82% -
XYZ 30.66 15.63 21.82 -
YUV 86.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 210 16 128 0 0.92 0.39 0.18 325.36 0.86 0.44
Hex D2 10 80 0 5C 27 12 145 56 2C
Octal 322 20 200 0 134 47 22 505 126 54
Binary 11010010 10000 10000000 0 1011100 100111 10010 101000101 1010110 101100

Color Harmonies of #D21080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21080

Black with #D21080

Text Example


Text Example

White with #D21080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21080; }

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

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

background-color css

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

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

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

border-color css

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

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

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