Html Css Color HEX #D21893 Medium Violet Red

📋 copy color: '#D21893'

red 210 ◦ green 24 ◦ blue 147

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

Shades of Medium Violet Red #D21893

Tints of Medium Violet Red #D21893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 55.12%
G = 6.3%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D21893 (or 0xD21893) is known color: Medium Violet Red. HEX triplet: D2, 18 and 93. RGB value is (210,24,147). Sum of RGB (Red+Green+Blue) = 210+24+147=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21893 is #2DE76C. Grayscale: #5D5D5D. Windows color (decimal): -3008365 or 9640146. OLE color: 9640146.

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

Color convert

RGB 210 24 147 -
CMYK 0 0.89 0.30 0.18
HSL 320.32º 0.79% 0.46% -
HSV(B) 320.32º 0.89% 0.82% -
XYZ 32.17 16.46 29.09 -
YUV 93.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 210 24 147 0 0.89 0.30 0.18 320.32 0.79 0.46
Hex D2 18 93 0 59 1E 12 140 4F 2E
Octal 322 30 223 0 131 36 22 500 117 56
Binary 11010010 11000 10010011 0 1011001 11110 10010 101000000 1001111 101110

Color Harmonies of #D21893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21893

Black with #D21893

Text Example


Text Example

White with #D21893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21893; }

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

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

background-color css

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

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

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

border-color css

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

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

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