Html Css Color HEX #D2219F Medium Violet Red

📋 copy color: '#D2219F'

red 210 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #D2219F

Tints of Medium Violet Red #D2219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 52.24%
G = 8.21%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2219F (or 0xD2219F) is known color: Medium Violet Red. HEX triplet: D2, 21 and 9F. RGB value is (210,33,159). Sum of RGB (Red+Green+Blue) = 210+33+159=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2219F is #2DDE60. Grayscale: #636363. Windows color (decimal): -3006049 or 10428882. OLE color: 10428882.

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

Color convert

RGB 210 33 159 -
CMYK 0 0.84 0.24 0.18
HSL 317.29º 0.73% 0.48% -
HSV(B) 317.29º 0.84% 0.82% -
XYZ 33.38 17.29 34.38 -
YUV 100.29 161.14 206.25 -
System Red Green Blue C M Y K H S L
Decimal 210 33 159 0 0.84 0.24 0.18 317.29 0.73 0.48
Hex D2 21 9F 0 54 18 12 13D 49 30
Octal 322 41 237 0 124 30 22 475 111 60
Binary 11010010 100001 10011111 0 1010100 11000 10010 100111101 1001001 110000

Color Harmonies of #D2219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2219F

Black with #D2219F

Text Example


Text Example

White with #D2219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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