Html Css Color HEX #D21982 Medium Violet Red

📋 copy color: '#D21982'

red 210 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #D21982

Tints of Medium Violet Red #D21982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

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

R = 57.53%
G = 6.85%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D21982 (or 0xD21982) is known color: Medium Violet Red. HEX triplet: D2, 19 and 82. RGB value is (210,25,130). Sum of RGB (Red+Green+Blue) = 210+25+130=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D21982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21982 is #2DE67D. Grayscale: #5C5C5C. Windows color (decimal): -3008126 or 8526290. OLE color: 8526290.

HSL color Cylindrical-coordinate representation of color #D21982: hue angle of 325.95º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21982 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 130 -
CMYK 0 0.88 0.38 0.18
HSL 325.95º 0.79% 0.46% -
HSV(B) 325.95º 0.88% 0.82% -
XYZ 30.96 16.01 22.58 -
YUV 92.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 210 25 130 0 0.88 0.38 0.18 325.95 0.79 0.46
Hex D2 19 82 0 58 26 12 146 4F 2E
Octal 322 31 202 0 130 46 22 506 117 56
Binary 11010010 11001 10000010 0 1011000 100110 10010 101000110 1001111 101110

Color Harmonies of #D21982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21982

Black with #D21982

Text Example


Text Example

White with #D21982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21982; }

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

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

background-color css

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

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

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

border-color css

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

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

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