Html Css Color HEX #D0219A Medium Violet Red

📋 copy color: '#D0219A'

red 208 ◦ green 33 ◦ blue 154

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

Shades of Medium Violet Red #D0219A

Tints of Medium Violet Red #D0219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 52.66%
G = 8.35%
B = 38.99%

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

#D0219A (or 0xD0219A) is known color: Medium Violet Red. HEX triplet: D0, 21 and 9A. RGB value is (208,33,154). Sum of RGB (Red+Green+Blue) = 208+33+154=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0219A is #2FDE65. Grayscale: #626262. Windows color (decimal): -3137126 or 10101200. OLE color: 10101200.

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

Color convert

RGB 208 33 154 -
CMYK 0 0.84 0.26 0.18
HSL 318.51º 0.73% 0.47% -
HSV(B) 318.51º 0.84% 0.82% -
XYZ 32.39 16.83 32.11 -
YUV 99.12 158.98 205.66 -
System Red Green Blue C M Y K H S L
Decimal 208 33 154 0 0.84 0.26 0.18 318.51 0.73 0.47
Hex D0 21 9A 0 54 1A 12 13F 49 2F
Octal 320 41 232 0 124 32 22 477 111 57
Binary 11010000 100001 10011010 0 1010100 11010 10010 100111111 1001001 101111

Color Harmonies of #D0219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0219A

Black with #D0219A

Text Example


Text Example

White with #D0219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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