Html Css Color HEX #D2219C Medium Violet Red

📋 copy color: '#D2219C'

red 210 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #D2219C

Tints of Medium Violet Red #D2219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 52.63%
G = 8.27%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2219C (or 0xD2219C) is known color: Medium Violet Red. HEX triplet: D2, 21 and 9C. RGB value is (210,33,156). Sum of RGB (Red+Green+Blue) = 210+33+156=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2219C is #2DDE63. Grayscale: #636363. Windows color (decimal): -3006052 or 10232274. OLE color: 10232274.

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

Color convert

RGB 210 33 156 -
CMYK 0 0.84 0.26 0.18
HSL 318.31º 0.73% 0.48% -
HSV(B) 318.31º 0.84% 0.82% -
XYZ 33.12 17.19 33.02 -
YUV 99.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 210 33 156 0 0.84 0.26 0.18 318.31 0.73 0.48
Hex D2 21 9C 0 54 1A 12 13E 49 30
Octal 322 41 234 0 124 32 22 476 111 60
Binary 11010010 100001 10011100 0 1010100 11010 10010 100111110 1001001 110000

Color Harmonies of #D2219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2219C

Black with #D2219C

Text Example


Text Example

White with #D2219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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