Html Css Color HEX #D21590 Medium Violet Red

📋 copy color: '#D21590'

red 210 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #D21590

Tints of Medium Violet Red #D21590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 56%
G = 5.6%
B = 38.4%

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

#D21590 (or 0xD21590) is known color: Medium Violet Red. HEX triplet: D2, 15 and 90. RGB value is (210,21,144). Sum of RGB (Red+Green+Blue) = 210+21+144=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D21590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21590 is #2DEA6F. Grayscale: #5B5B5B. Windows color (decimal): -3009136 or 9442770. OLE color: 9442770.

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

Color convert

RGB 210 21 144 -
CMYK 0 0.90 0.31 0.18
HSL 320.95º 0.82% 0.45% -
HSV(B) 320.95º 0.9% 0.82% -
XYZ 31.88 16.25 27.84 -
YUV 91.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 210 21 144 0 0.90 0.31 0.18 320.95 0.82 0.45
Hex D2 15 90 0 5A 1F 12 141 52 2D
Octal 322 25 220 0 132 37 22 501 122 55
Binary 11010010 10101 10010000 0 1011010 11111 10010 101000001 1010010 101101

Color Harmonies of #D21590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21590

Black with #D21590

Text Example


Text Example

White with #D21590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21590; }

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

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

background-color css

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

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

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

border-color css

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

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

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