Html Css Color HEX #D6219B Medium Violet Red

📋 copy color: '#D6219B'

red 214 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #D6219B

Tints of Medium Violet Red #D6219B

RGB

 RED value IS 214 (83.98% from 255) = 53.23%

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

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

R = 53.23%
G = 8.21%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6219B (or 0xD6219B) is known color: Medium Violet Red. HEX triplet: D6, 21 and 9B. RGB value is (214,33,155). Sum of RGB (Red+Green+Blue) = 214+33+155=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6219B is #29DE64. Grayscale: #646464. Windows color (decimal): -2743909 or 10166742. OLE color: 10166742.

HSL color Cylindrical-coordinate representation of color #D6219B: hue angle of 319.56º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6219B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 155 -
CMYK 0 0.85 0.28 0.16
HSL 319.56º 0.73% 0.48% -
HSV(B) 319.56º 0.85% 0.84% -
XYZ 34.19 17.75 32.63 -
YUV 101.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 214 33 155 0 0.85 0.28 0.16 319.56 0.73 0.48
Hex D6 21 9B 0 55 1C 10 140 49 30
Octal 326 41 233 0 125 34 20 500 111 60
Binary 11010110 100001 10011011 0 1010101 11100 10000 101000000 1001001 110000

Color Harmonies of #D6219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6219B

Black with #D6219B

Text Example


Text Example

White with #D6219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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