Html Css Color HEX #D21591 Medium Violet Red

📋 copy color: '#D21591'

red 210 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D21591

Tints of Medium Violet Red #D21591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 55.85%
G = 5.59%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21591 (or 0xD21591) is known color: Medium Violet Red. HEX triplet: D2, 15 and 91. RGB value is (210,21,145). Sum of RGB (Red+Green+Blue) = 210+21+145=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D21591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21591 is #2DEA6E. Grayscale: #5B5B5B. Windows color (decimal): -3009135 or 9508306. OLE color: 9508306.

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

Color convert

RGB 210 21 145 -
CMYK 0 0.90 0.31 0.18
HSL 320.63º 0.82% 0.45% -
HSV(B) 320.63º 0.9% 0.82% -
XYZ 31.96 16.28 28.25 -
YUV 91.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 210 21 145 0 0.90 0.31 0.18 320.63 0.82 0.45
Hex D2 15 91 0 5A 1F 12 141 52 2D
Octal 322 25 221 0 132 37 22 501 122 55
Binary 11010010 10101 10010001 0 1011010 11111 10010 101000001 1010010 101101

Color Harmonies of #D21591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21591

Black with #D21591

Text Example


Text Example

White with #D21591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21591; }

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

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

background-color css

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

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

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

border-color css

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

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

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