Html Css Color HEX #D21790 Medium Violet Red

📋 copy color: '#D21790'

red 210 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #D21790

Tints of Medium Violet Red #D21790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

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

R = 55.7%
G = 6.1%
B = 38.2%

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

#D21790 (or 0xD21790) is known color: Medium Violet Red. HEX triplet: D2, 17 and 90. RGB value is (210,23,144). Sum of RGB (Red+Green+Blue) = 210+23+144=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D21790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21790 is #2DE86F. Grayscale: #5C5C5C. Windows color (decimal): -3008624 or 9443282. OLE color: 9443282.

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

Color convert

RGB 210 23 144 -
CMYK 0 0.89 0.31 0.18
HSL 321.18º 0.8% 0.46% -
HSV(B) 321.18º 0.89% 0.82% -
XYZ 31.92 16.33 27.85 -
YUV 92.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 210 23 144 0 0.89 0.31 0.18 321.18 0.8 0.46
Hex D2 17 90 0 59 1F 12 141 50 2E
Octal 322 27 220 0 131 37 22 501 120 56
Binary 11010010 10111 10010000 0 1011001 11111 10010 101000001 1010000 101110

Color Harmonies of #D21790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21790

Black with #D21790

Text Example


Text Example

White with #D21790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21790; }

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

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

background-color css

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

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

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

border-color css

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

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

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