Html Css Color HEX #D21090 Medium Violet Red

📋 copy color: '#D21090'

red 210 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #D21090

Tints of Medium Violet Red #D21090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

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

R = 56.76%
G = 4.32%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21090 (or 0xD21090) is known color: Medium Violet Red. HEX triplet: D2, 10 and 90. RGB value is (210,16,144). Sum of RGB (Red+Green+Blue) = 210+16+144=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D21090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21090 is #2DEF6F. Grayscale: #585858. Windows color (decimal): -3010416 or 9441490. OLE color: 9441490.

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

Color convert

RGB 210 16 144 -
CMYK 0 0.92 0.31 0.18
HSL 320.41º 0.86% 0.44% -
HSV(B) 320.41º 0.92% 0.82% -
XYZ 31.8 16.09 27.81 -
YUV 88.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 210 16 144 0 0.92 0.31 0.18 320.41 0.86 0.44
Hex D2 10 90 0 5C 1F 12 140 56 2C
Octal 322 20 220 0 134 37 22 500 126 54
Binary 11010010 10000 10010000 0 1011100 11111 10010 101000000 1010110 101100

Color Harmonies of #D21090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21090

Black with #D21090

Text Example


Text Example

White with #D21090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21090; }

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

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

background-color css

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

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

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

border-color css

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

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

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