Html Css Color HEX #D21873 Medium Violet Red

📋 copy color: '#D21873'

red 210 ◦ green 24 ◦ blue 115

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

Shades of Medium Violet Red #D21873

Tints of Medium Violet Red #D21873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.88%

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

R = 60.17%
G = 6.88%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21873 (or 0xD21873) is known color: Medium Violet Red. HEX triplet: D2, 18 and 73. RGB value is (210,24,115). Sum of RGB (Red+Green+Blue) = 210+24+115=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21873 is #2DE78C. Grayscale: #595959. Windows color (decimal): -3008397 or 7542994. OLE color: 7542994.

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

Color convert

RGB 210 24 115 -
CMYK 0 0.89 0.45 0.18
HSL 330.65º 0.79% 0.46% -
HSV(B) 330.65º 0.89% 0.82% -
XYZ 30 15.59 17.65 -
YUV 89.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 210 24 115 0 0.89 0.45 0.18 330.65 0.79 0.46
Hex D2 18 73 0 59 2D 12 14B 4F 2E
Octal 322 30 163 0 131 55 22 513 117 56
Binary 11010010 11000 1110011 0 1011001 101101 10010 101001011 1001111 101110

Color Harmonies of #D21873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21873

Black with #D21873

Text Example


Text Example

White with #D21873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21873; }

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

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

background-color css

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

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

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

border-color css

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

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

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