Html Css Color HEX #D2049A Medium Violet Red

📋 copy color: '#D2049A'

red 210 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #D2049A

Tints of Medium Violet Red #D2049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 57.07%
G = 1.09%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2049A (or 0xD2049A) is known color: Medium Violet Red. HEX triplet: D2, 04 and 9A. RGB value is (210,4,154). Sum of RGB (Red+Green+Blue) = 210+4+154=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2049A is #2DFB65. Grayscale: #525252. Windows color (decimal): -3013478 or 10093778. OLE color: 10093778.

HSL color Cylindrical-coordinate representation of color #D2049A: hue angle of 316.31º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2049A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 154 -
CMYK 0 0.98 0.27 0.18
HSL 316.31º 0.96% 0.42% -
HSV(B) 316.31º 0.98% 0.82% -
XYZ 32.45 16.12 31.97 -
YUV 82.69 168.25 218.8 -
System Red Green Blue C M Y K H S L
Decimal 210 4 154 0 0.98 0.27 0.18 316.31 0.96 0.42
Hex D2 4 9A 0 62 1B 12 13C 60 2A
Octal 322 4 232 0 142 33 22 474 140 52
Binary 11010010 100 10011010 0 1100010 11011 10010 100111100 1100000 101010

Color Harmonies of #D2049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2049A

Black with #D2049A

Text Example


Text Example

White with #D2049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2049A; }

 p { color: rgb(210,4,154); }

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

background-color css

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

 a { background-color: rgb(210,4,154); }

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

border-color css

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

 span { border-color: rgb(210,4,154); }

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