Html Css Color HEX #D21894 Medium Violet Red

📋 copy color: '#D21894'

red 210 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #D21894

Tints of Medium Violet Red #D21894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 54.97%
G = 6.28%
B = 38.74%

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

#D21894 (or 0xD21894) is known color: Medium Violet Red. HEX triplet: D2, 18 and 94. RGB value is (210,24,148). Sum of RGB (Red+Green+Blue) = 210+24+148=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D21894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21894 is #2DE76B. Grayscale: #5D5D5D. Windows color (decimal): -3008364 or 9705682. OLE color: 9705682.

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

Color convert

RGB 210 24 148 -
CMYK 0 0.89 0.30 0.18
HSL 320º 0.79% 0.46% -
HSV(B) 320º 0.89% 0.82% -
XYZ 32.25 16.49 29.5 -
YUV 93.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 210 24 148 0 0.89 0.30 0.18 320 0.79 0.46
Hex D2 18 94 0 59 1E 12 140 4F 2E
Octal 322 30 224 0 131 36 22 500 117 56
Binary 11010010 11000 10010100 0 1011001 11110 10010 101000000 1001111 101110

Color Harmonies of #D21894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21894

Black with #D21894

Text Example


Text Example

White with #D21894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21894; }

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

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

background-color css

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

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

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

border-color css

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

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

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