Html Css Color HEX #D2218D Medium Violet Red

📋 copy color: '#D2218D'

red 210 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #D2218D

Tints of Medium Violet Red #D2218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 54.69%
G = 8.59%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2218D (or 0xD2218D) is known color: Medium Violet Red. HEX triplet: D2, 21 and 8D. RGB value is (210,33,141). Sum of RGB (Red+Green+Blue) = 210+33+141=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2218D is #2DDE72. Grayscale: #616161. Windows color (decimal): -3006067 or 9249234. OLE color: 9249234.

HSL color Cylindrical-coordinate representation of color #D2218D: hue angle of 323.39º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2218D is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 141 -
CMYK 0 0.84 0.33 0.18
HSL 323.39º 0.73% 0.48% -
HSV(B) 323.39º 0.84% 0.82% -
XYZ 31.93 16.71 26.74 -
YUV 98.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 210 33 141 0 0.84 0.33 0.18 323.39 0.73 0.48
Hex D2 21 8D 0 54 21 12 143 49 30
Octal 322 41 215 0 124 41 22 503 111 60
Binary 11010010 100001 10001101 0 1010100 100001 10010 101000011 1001001 110000

Color Harmonies of #D2218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2218D

Black with #D2218D

Text Example


Text Example

White with #D2218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2218D; }

 p { color: rgb(210,33,141); }

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

background-color css

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

 a { background-color: rgb(210,33,141); }

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

border-color css

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

 span { border-color: rgb(210,33,141); }

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