Html Css Color HEX #D0219D Medium Violet Red

📋 copy color: '#D0219D'

red 208 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #D0219D

Tints of Medium Violet Red #D0219D

RGB

 RED value IS 208 (81.64% from 255) = 52.26%

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 52.26%
G = 8.29%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0219D (or 0xD0219D) is known color: Medium Violet Red. HEX triplet: D0, 21 and 9D. RGB value is (208,33,157). Sum of RGB (Red+Green+Blue) = 208+33+157=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0219D is #2FDE62. Grayscale: #636363. Windows color (decimal): -3137123 or 10297808. OLE color: 10297808.

HSL color Cylindrical-coordinate representation of color #D0219D: hue angle of 317.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0219D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 157 -
CMYK 0 0.84 0.25 0.18
HSL 317.49º 0.73% 0.47% -
HSV(B) 317.49º 0.84% 0.82% -
XYZ 32.64 16.93 33.45 -
YUV 99.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 208 33 157 0 0.84 0.25 0.18 317.49 0.73 0.47
Hex D0 21 9D 0 54 19 12 13D 49 2F
Octal 320 41 235 0 124 31 22 475 111 57
Binary 11010000 100001 10011101 0 1010100 11001 10010 100111101 1001001 101111

Color Harmonies of #D0219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0219D

Black with #D0219D

Text Example


Text Example

White with #D0219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0219D; }

 p { color: rgb(208,33,157); }

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

background-color css

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

 a { background-color: rgb(208,33,157); }

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

border-color css

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

 span { border-color: rgb(208,33,157); }

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