Html Css Color HEX #D2218B Medium Violet Red

📋 copy color: '#D2218B'

red 210 ◦ green 33 ◦ blue 139

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

Shades of Medium Violet Red #D2218B

Tints of Medium Violet Red #D2218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 54.97%
G = 8.64%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2218B (or 0xD2218B) is known color: Medium Violet Red. HEX triplet: D2, 21 and 8B. RGB value is (210,33,139). Sum of RGB (Red+Green+Blue) = 210+33+139=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2218B is #2DDE74. Grayscale: #616161. Windows color (decimal): -3006069 or 9118162. OLE color: 9118162.

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

Color convert

RGB 210 33 139 -
CMYK 0 0.84 0.34 0.18
HSL 324.07º 0.73% 0.48% -
HSV(B) 324.07º 0.84% 0.82% -
XYZ 31.78 16.65 25.97 -
YUV 98.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 210 33 139 0 0.84 0.34 0.18 324.07 0.73 0.48
Hex D2 21 8B 0 54 22 12 144 49 30
Octal 322 41 213 0 124 42 22 504 111 60
Binary 11010010 100001 10001011 0 1010100 100010 10010 101000100 1001001 110000

Color Harmonies of #D2218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2218B

Black with #D2218B

Text Example


Text Example

White with #D2218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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