Html Css Color HEX #D21584 Medium Violet Red

📋 copy color: '#D21584'

red 210 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #D21584

Tints of Medium Violet Red #D21584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 57.85%
G = 5.79%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D21584 (or 0xD21584) is known color: Medium Violet Red. HEX triplet: D2, 15 and 84. RGB value is (210,21,132). Sum of RGB (Red+Green+Blue) = 210+21+132=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D21584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21584 is #2DEA7B. Grayscale: #595959. Windows color (decimal): -3009148 or 8656338. OLE color: 8656338.

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

Color convert

RGB 210 21 132 -
CMYK 0 0.90 0.37 0.18
HSL 324.76º 0.82% 0.45% -
HSV(B) 324.76º 0.9% 0.82% -
XYZ 31.01 15.9 23.27 -
YUV 90.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 210 21 132 0 0.90 0.37 0.18 324.76 0.82 0.45
Hex D2 15 84 0 5A 25 12 145 52 2D
Octal 322 25 204 0 132 45 22 505 122 55
Binary 11010010 10101 10000100 0 1011010 100101 10010 101000101 1010010 101101

Color Harmonies of #D21584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21584

Black with #D21584

Text Example


Text Example

White with #D21584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21584; }

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

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

background-color css

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

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

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

border-color css

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

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

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