Html Css Color HEX #D4208E Medium Violet Red

📋 copy color: '#D4208E'

red 212 ◦ green 32 ◦ blue 142

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

Shades of Medium Violet Red #D4208E

Tints of Medium Violet Red #D4208E

RGB

 RED value IS 212 (83.2% from 255) = 54.92%

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 54.92%
G = 8.29%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4208E (or 0xD4208E) is known color: Medium Violet Red. HEX triplet: D4, 20 and 8E. RGB value is (212,32,142). Sum of RGB (Red+Green+Blue) = 212+32+142=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4208E is #2BDF71. Grayscale: #626262. Windows color (decimal): -2875250 or 9314516. OLE color: 9314516.

HSL color Cylindrical-coordinate representation of color #D4208E: hue angle of 323.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4208E is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 142 -
CMYK 0 0.85 0.33 0.17
HSL 323.33º 0.74% 0.48% -
HSV(B) 323.33º 0.85% 0.83% -
XYZ 32.55 16.98 27.15 -
YUV 98.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 212 32 142 0 0.85 0.33 0.17 323.33 0.74 0.48
Hex D4 20 8E 0 55 21 11 143 4A 30
Octal 324 40 216 0 125 41 21 503 112 60
Binary 11010100 100000 10001110 0 1010101 100001 10001 101000011 1001010 110000

Color Harmonies of #D4208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4208E

Black with #D4208E

Text Example


Text Example

White with #D4208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4208E; }

 p { color: rgb(212,32,142); }

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

background-color css

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

 a { background-color: rgb(212,32,142); }

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

border-color css

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

 span { border-color: rgb(212,32,142); }

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