Html Css Color HEX #D21082 Medium Violet Red

📋 copy color: '#D21082'

red 210 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #D21082

Tints of Medium Violet Red #D21082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 58.99%
G = 4.49%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D21082 (or 0xD21082) is known color: Medium Violet Red. HEX triplet: D2, 10 and 82. RGB value is (210,16,130). Sum of RGB (Red+Green+Blue) = 210+16+130=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D21082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21082 is #2DEF7D. Grayscale: #565656. Windows color (decimal): -3010430 or 8523986. OLE color: 8523986.

HSL color Cylindrical-coordinate representation of color #D21082: hue angle of 324.74º 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 #D21082 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 130 -
CMYK 0 0.92 0.38 0.18
HSL 324.74º 0.86% 0.44% -
HSV(B) 324.74º 0.92% 0.82% -
XYZ 30.79 15.68 22.52 -
YUV 87 152.27 215.73 -
System Red Green Blue C M Y K H S L
Decimal 210 16 130 0 0.92 0.38 0.18 324.74 0.86 0.44
Hex D2 10 82 0 5C 26 12 145 56 2C
Octal 322 20 202 0 134 46 22 505 126 54
Binary 11010010 10000 10000010 0 1011100 100110 10010 101000101 1010110 101100

Color Harmonies of #D21082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21082

Black with #D21082

Text Example


Text Example

White with #D21082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21082; }

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

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

background-color css

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

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

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

border-color css

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

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

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