Html Css Color HEX #D21791 Medium Violet Red

📋 copy color: '#D21791'

red 210 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #D21791

Tints of Medium Violet Red #D21791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 55.56%
G = 6.08%
B = 38.36%

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

#D21791 (or 0xD21791) is known color: Medium Violet Red. HEX triplet: D2, 17 and 91. RGB value is (210,23,145). Sum of RGB (Red+Green+Blue) = 210+23+145=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D21791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21791 is #2DE86E. Grayscale: #5C5C5C. Windows color (decimal): -3008623 or 9508818. OLE color: 9508818.

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

Color convert

RGB 210 23 145 -
CMYK 0 0.89 0.31 0.18
HSL 320.86º 0.8% 0.46% -
HSV(B) 320.86º 0.89% 0.82% -
XYZ 32 16.36 28.26 -
YUV 92.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 210 23 145 0 0.89 0.31 0.18 320.86 0.8 0.46
Hex D2 17 91 0 59 1F 12 141 50 2E
Octal 322 27 221 0 131 37 22 501 120 56
Binary 11010010 10111 10010001 0 1011001 11111 10010 101000001 1010000 101110

Color Harmonies of #D21791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21791

Black with #D21791

Text Example


Text Example

White with #D21791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21791; }

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

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

background-color css

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

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

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

border-color css

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

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

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