Html Css Color HEX #D1219A Medium Violet Red

📋 copy color: '#D1219A'

red 209 ◦ green 33 ◦ blue 154

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

Shades of Medium Violet Red #D1219A

Tints of Medium Violet Red #D1219A

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

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

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

R = 52.78%
G = 8.33%
B = 38.89%

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

#D1219A (or 0xD1219A) is known color: Medium Violet Red. HEX triplet: D1, 21 and 9A. RGB value is (209,33,154). Sum of RGB (Red+Green+Blue) = 209+33+154=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1219A is #2EDE65. Grayscale: #636363. Windows color (decimal): -3071590 or 10101201. OLE color: 10101201.

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

Color convert

RGB 209 33 154 -
CMYK 0 0.84 0.26 0.18
HSL 318.75º 0.73% 0.47% -
HSV(B) 318.75º 0.84% 0.82% -
XYZ 32.67 16.98 32.13 -
YUV 99.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 209 33 154 0 0.84 0.26 0.18 318.75 0.73 0.47
Hex D1 21 9A 0 54 1A 12 13F 49 2F
Octal 321 41 232 0 124 32 22 477 111 57
Binary 11010001 100001 10011010 0 1010100 11010 10010 100111111 1001001 101111

Color Harmonies of #D1219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1219A

Black with #D1219A

Text Example


Text Example

White with #D1219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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