Html Css Color HEX #D21890 Medium Violet Red

📋 copy color: '#D21890'

red 210 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #D21890

Tints of Medium Violet Red #D21890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.35%

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

R = 55.56%
G = 6.35%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21890 (or 0xD21890) is known color: Medium Violet Red. HEX triplet: D2, 18 and 90. RGB value is (210,24,144). Sum of RGB (Red+Green+Blue) = 210+24+144=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D21890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21890 is #2DE76F. Grayscale: #5D5D5D. Windows color (decimal): -3008368 or 9443538. OLE color: 9443538.

HSL color Cylindrical-coordinate representation of color #D21890: hue angle of 321.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21890 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 144 -
CMYK 0 0.89 0.31 0.18
HSL 321.29º 0.79% 0.46% -
HSV(B) 321.29º 0.89% 0.82% -
XYZ 31.94 16.37 27.86 -
YUV 93.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 210 24 144 0 0.89 0.31 0.18 321.29 0.79 0.46
Hex D2 18 90 0 59 1F 12 141 4F 2E
Octal 322 30 220 0 131 37 22 501 117 56
Binary 11010010 11000 10010000 0 1011001 11111 10010 101000001 1001111 101110

Color Harmonies of #D21890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21890

Black with #D21890

Text Example


Text Example

White with #D21890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21890; }

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

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

background-color css

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

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

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

border-color css

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

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

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