Html Css Color HEX #D2219B Medium Violet Red

📋 copy color: '#D2219B'

red 210 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #D2219B

Tints of Medium Violet Red #D2219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 52.76%
G = 8.29%
B = 38.94%

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

#D2219B (or 0xD2219B) is known color: Medium Violet Red. HEX triplet: D2, 21 and 9B. RGB value is (210,33,155). Sum of RGB (Red+Green+Blue) = 210+33+155=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2219B is #2DDE64. Grayscale: #636363. Windows color (decimal): -3006053 or 10166738. OLE color: 10166738.

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

Color convert

RGB 210 33 155 -
CMYK 0 0.84 0.26 0.18
HSL 318.64º 0.73% 0.48% -
HSV(B) 318.64º 0.84% 0.82% -
XYZ 33.04 17.16 32.58 -
YUV 99.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 210 33 155 0 0.84 0.26 0.18 318.64 0.73 0.48
Hex D2 21 9B 0 54 1A 12 13F 49 30
Octal 322 41 233 0 124 32 22 477 111 60
Binary 11010010 100001 10011011 0 1010100 11010 10010 100111111 1001001 110000

Color Harmonies of #D2219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2219B

Black with #D2219B

Text Example


Text Example

White with #D2219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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