Html Css Color HEX #D21A73 Medium Violet Red

📋 copy color: '#D21A73'

red 210 ◦ green 26 ◦ blue 115

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

Shades of Medium Violet Red #D21A73

Tints of Medium Violet Red #D21A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 59.83%
G = 7.41%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21A73 (or 0xD21A73) is known color: Medium Violet Red. HEX triplet: D2, 1A and 73. RGB value is (210,26,115). Sum of RGB (Red+Green+Blue) = 210+26+115=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A73 is #2DE58C. Grayscale: #5A5A5A. Windows color (decimal): -3007885 or 7543506. OLE color: 7543506.

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

Color convert

RGB 210 26 115 -
CMYK 0 0.88 0.45 0.18
HSL 330.98º 0.78% 0.46% -
HSV(B) 330.98º 0.88% 0.82% -
XYZ 30.04 15.68 17.66 -
YUV 91.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 210 26 115 0 0.88 0.45 0.18 330.98 0.78 0.46
Hex D2 1A 73 0 58 2D 12 14B 4E 2E
Octal 322 32 163 0 130 55 22 513 116 56
Binary 11010010 11010 1110011 0 1011000 101101 10010 101001011 1001110 101110

Color Harmonies of #D21A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A73

Black with #D21A73

Text Example


Text Example

White with #D21A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A73; }

 p { color: rgb(210,26,115); }

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

background-color css

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

 a { background-color: rgb(210,26,115); }

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

border-color css

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

 span { border-color: rgb(210,26,115); }

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