Html Css Color HEX #D21491 Medium Violet Red

📋 copy color: '#D21491'

red 210 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #D21491

Tints of Medium Violet Red #D21491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.33%

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

R = 56%
G = 5.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21491 (or 0xD21491) is known color: Medium Violet Red. HEX triplet: D2, 14 and 91. RGB value is (210,20,145). Sum of RGB (Red+Green+Blue) = 210+20+145=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D21491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21491 is #2DEB6E. Grayscale: #5A5A5A. Windows color (decimal): -3009391 or 9508050. OLE color: 9508050.

HSL color Cylindrical-coordinate representation of color #D21491: hue angle of 320.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21491 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 145 -
CMYK 0 0.90 0.31 0.18
HSL 320.53º 0.83% 0.45% -
HSV(B) 320.53º 0.9% 0.82% -
XYZ 31.94 16.25 28.24 -
YUV 91.06 158.45 212.84 -
System Red Green Blue C M Y K H S L
Decimal 210 20 145 0 0.90 0.31 0.18 320.53 0.83 0.45
Hex D2 14 91 0 5A 1F 12 141 53 2D
Octal 322 24 221 0 132 37 22 501 123 55
Binary 11010010 10100 10010001 0 1011010 11111 10010 101000001 1010011 101101

Color Harmonies of #D21491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21491

Black with #D21491

Text Example


Text Example

White with #D21491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21491; }

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

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

background-color css

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

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

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

border-color css

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

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

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