Html Css Color HEX #D21CA5 Medium Violet Red

📋 copy color: '#D21CA5'

red 210 ◦ green 28 ◦ blue 165

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

Shades of Medium Violet Red #D21CA5

Tints of Medium Violet Red #D21CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.95%

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 52.11%
G = 6.95%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D21CA5 (or 0xD21CA5) is known color: Medium Violet Red. HEX triplet: D2, 1C and A5. RGB value is (210,28,165). Sum of RGB (Red+Green+Blue) = 210+28+165=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CA5 is #2DE35A. Grayscale: #616161. Windows color (decimal): -3007323 or 10820818. OLE color: 10820818.

HSL color Cylindrical-coordinate representation of color #D21CA5: hue angle of 314.84º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CA5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 28 165 -
CMYK 0 0.87 0.21 0.18
HSL 314.84º 0.76% 0.47% -
HSV(B) 314.84º 0.87% 0.82% -
XYZ 33.79 17.25 37.15 -
YUV 98.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 210 28 165 0 0.87 0.21 0.18 314.84 0.76 0.47
Hex D2 1C A5 0 57 15 12 13B 4C 2F
Octal 322 34 245 0 127 25 22 473 114 57
Binary 11010010 11100 10100101 0 1010111 10101 10010 100111011 1001100 101111

Color Harmonies of #D21CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CA5

Black with #D21CA5

Text Example


Text Example

White with #D21CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CA5; }

 p { color: rgb(210,28,165); }

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

background-color css

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

 a { background-color: rgb(210,28,165); }

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

border-color css

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

 span { border-color: rgb(210,28,165); }

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