Html Css Color HEX #D21594 Medium Violet Red

📋 copy color: '#D21594'

red 210 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #D21594

Tints of Medium Violet Red #D21594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

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

R = 55.41%
G = 5.54%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D21594 (or 0xD21594) is known color: Medium Violet Red. HEX triplet: D2, 15 and 94. RGB value is (210,21,148). Sum of RGB (Red+Green+Blue) = 210+21+148=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D21594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21594 is #2DEA6B. Grayscale: #5B5B5B. Windows color (decimal): -3009132 or 9704914. OLE color: 9704914.

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

Color convert

RGB 210 21 148 -
CMYK 0 0.90 0.30 0.18
HSL 319.68º 0.82% 0.45% -
HSV(B) 319.68º 0.9% 0.82% -
XYZ 32.19 16.38 29.48 -
YUV 91.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 210 21 148 0 0.90 0.30 0.18 319.68 0.82 0.45
Hex D2 15 94 0 5A 1E 12 140 52 2D
Octal 322 25 224 0 132 36 22 500 122 55
Binary 11010010 10101 10010100 0 1011010 11110 10010 101000000 1010010 101101

Color Harmonies of #D21594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21594

Black with #D21594

Text Example


Text Example

White with #D21594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21594; }

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

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

background-color css

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

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

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

border-color css

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

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

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