Html Css Color HEX #D21C95 Medium Violet Red

📋 copy color: '#D21C95'

red 210 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #D21C95

Tints of Medium Violet Red #D21C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 54.26%
G = 7.24%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D21C95 (or 0xD21C95) is known color: Medium Violet Red. HEX triplet: D2, 1C and 95. RGB value is (210,28,149). Sum of RGB (Red+Green+Blue) = 210+28+149=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C95 is #2DE36A. Grayscale: #5F5F5F. Windows color (decimal): -3007339 or 9772242. OLE color: 9772242.

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

Color convert

RGB 210 28 149 -
CMYK 0 0.87 0.29 0.18
HSL 320.11º 0.76% 0.47% -
HSV(B) 320.11º 0.87% 0.82% -
XYZ 32.42 16.7 29.95 -
YUV 96.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 210 28 149 0 0.87 0.29 0.18 320.11 0.76 0.47
Hex D2 1C 95 0 57 1D 12 140 4C 2F
Octal 322 34 225 0 127 35 22 500 114 57
Binary 11010010 11100 10010101 0 1010111 11101 10010 101000000 1001100 101111

Color Harmonies of #D21C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C95

Black with #D21C95

Text Example


Text Example

White with #D21C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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