Html Css Color HEX #D2049E Medium Violet Red

📋 copy color: '#D2049E'

red 210 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #D2049E

Tints of Medium Violet Red #D2049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 56.45%
G = 1.08%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2049E (or 0xD2049E) is known color: Medium Violet Red. HEX triplet: D2, 04 and 9E. RGB value is (210,4,158). Sum of RGB (Red+Green+Blue) = 210+4+158=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2049E is #2DFB61. Grayscale: #525252. Windows color (decimal): -3013474 or 10355922. OLE color: 10355922.

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

Color convert

RGB 210 4 158 -
CMYK 0 0.98 0.25 0.18
HSL 315.15º 0.96% 0.42% -
HSV(B) 315.15º 0.98% 0.82% -
XYZ 32.79 16.26 33.76 -
YUV 83.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 210 4 158 0 0.98 0.25 0.18 315.15 0.96 0.42
Hex D2 4 9E 0 62 19 12 13B 60 2A
Octal 322 4 236 0 142 31 22 473 140 52
Binary 11010010 100 10011110 0 1100010 11001 10010 100111011 1100000 101010

Color Harmonies of #D2049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2049E

Black with #D2049E

Text Example


Text Example

White with #D2049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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