Html Css Color HEX #D21A90 Medium Violet Red

📋 copy color: '#D21A90'

red 210 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #D21A90

Tints of Medium Violet Red #D21A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

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

R = 55.26%
G = 6.84%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21A90 (or 0xD21A90) is known color: Medium Violet Red. HEX triplet: D2, 1A and 90. RGB value is (210,26,144). Sum of RGB (Red+Green+Blue) = 210+26+144=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A90 is #2DE56F. Grayscale: #5E5E5E. Windows color (decimal): -3007856 or 9444050. OLE color: 9444050.

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

Color convert

RGB 210 26 144 -
CMYK 0 0.88 0.31 0.18
HSL 321.52º 0.78% 0.46% -
HSV(B) 321.52º 0.88% 0.82% -
XYZ 31.98 16.45 27.88 -
YUV 94.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 210 26 144 0 0.88 0.31 0.18 321.52 0.78 0.46
Hex D2 1A 90 0 58 1F 12 142 4E 2E
Octal 322 32 220 0 130 37 22 502 116 56
Binary 11010010 11010 10010000 0 1011000 11111 10010 101000010 1001110 101110

Color Harmonies of #D21A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A90

Black with #D21A90

Text Example


Text Example

White with #D21A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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