Html Css Color HEX #D21582 Medium Violet Red

📋 copy color: '#D21582'

red 210 ◦ green 21 ◦ blue 130

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

Shades of Medium Violet Red #D21582

Tints of Medium Violet Red #D21582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 58.17%
G = 5.82%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D21582 (or 0xD21582) is known color: Medium Violet Red. HEX triplet: D2, 15 and 82. RGB value is (210,21,130). Sum of RGB (Red+Green+Blue) = 210+21+130=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21582 is #2DEA7D. Grayscale: #595959. Windows color (decimal): -3009150 or 8525266. OLE color: 8525266.

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

Color convert

RGB 210 21 130 -
CMYK 0 0.90 0.38 0.18
HSL 325.4º 0.82% 0.45% -
HSV(B) 325.4º 0.9% 0.82% -
XYZ 30.88 15.85 22.55 -
YUV 89.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 210 21 130 0 0.90 0.38 0.18 325.4 0.82 0.45
Hex D2 15 82 0 5A 26 12 145 52 2D
Octal 322 25 202 0 132 46 22 505 122 55
Binary 11010010 10101 10000010 0 1011010 100110 10010 101000101 1010010 101101

Color Harmonies of #D21582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21582

Black with #D21582

Text Example


Text Example

White with #D21582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21582; }

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

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

background-color css

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

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

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

border-color css

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

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

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