Html Css Color HEX #D21174 Medium Violet Red

📋 copy color: '#D21174'

red 210 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #D21174

Tints of Medium Violet Red #D21174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 61.22%
G = 4.96%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21174 (or 0xD21174) is known color: Medium Violet Red. HEX triplet: D2, 11 and 74. RGB value is (210,17,116). Sum of RGB (Red+Green+Blue) = 210+17+116=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D21174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21174 is #2DEE8B. Grayscale: #555555. Windows color (decimal): -3010188 or 7606738. OLE color: 7606738.

HSL color Cylindrical-coordinate representation of color #D21174: hue angle of 329.22º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21174 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 116 -
CMYK 0 0.92 0.45 0.18
HSL 329.22º 0.85% 0.45% -
HSV(B) 329.22º 0.92% 0.82% -
XYZ 29.93 15.36 17.91 -
YUV 85.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 210 17 116 0 0.92 0.45 0.18 329.22 0.85 0.45
Hex D2 11 74 0 5C 2D 12 149 55 2D
Octal 322 21 164 0 134 55 22 511 125 55
Binary 11010010 10001 1110100 0 1011100 101101 10010 101001001 1010101 101101

Color Harmonies of #D21174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21174

Black with #D21174

Text Example


Text Example

White with #D21174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21174; }

 p { color: rgb(210,17,116); }

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

background-color css

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

 a { background-color: rgb(210,17,116); }

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

border-color css

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

 span { border-color: rgb(210,17,116); }

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