Html Css Color HEX #D2219E Medium Violet Red

📋 copy color: '#D2219E'

red 210 ◦ green 33 ◦ blue 158

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

Shades of Medium Violet Red #D2219E

Tints of Medium Violet Red #D2219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 52.37%
G = 8.23%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2219E (or 0xD2219E) is known color: Medium Violet Red. HEX triplet: D2, 21 and 9E. RGB value is (210,33,158). Sum of RGB (Red+Green+Blue) = 210+33+158=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2219E is #2DDE61. Grayscale: #636363. Windows color (decimal): -3006050 or 10363346. OLE color: 10363346.

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

Color convert

RGB 210 33 158 -
CMYK 0 0.84 0.25 0.18
HSL 317.63º 0.73% 0.48% -
HSV(B) 317.63º 0.84% 0.82% -
XYZ 33.29 17.26 33.92 -
YUV 100.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 210 33 158 0 0.84 0.25 0.18 317.63 0.73 0.48
Hex D2 21 9E 0 54 19 12 13E 49 30
Octal 322 41 236 0 124 31 22 476 111 60
Binary 11010010 100001 10011110 0 1010100 11001 10010 100111110 1001001 110000

Color Harmonies of #D2219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2219E

Black with #D2219E

Text Example


Text Example

White with #D2219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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