Html Css Color HEX #D4208C Medium Violet Red

📋 copy color: '#D4208C'

red 212 ◦ green 32 ◦ blue 140

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

Shades of Medium Violet Red #D4208C

Tints of Medium Violet Red #D4208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 55.21%
G = 8.33%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4208C (or 0xD4208C) is known color: Medium Violet Red. HEX triplet: D4, 20 and 8C. RGB value is (212,32,140). Sum of RGB (Red+Green+Blue) = 212+32+140=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4208C is #2BDF73. Grayscale: #616161. Windows color (decimal): -2875252 or 9183444. OLE color: 9183444.

HSL color Cylindrical-coordinate representation of color #D4208C: hue angle of 324º 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 #D4208C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 140 -
CMYK 0 0.85 0.34 0.17
HSL 324º 0.74% 0.48% -
HSV(B) 324º 0.85% 0.83% -
XYZ 32.4 16.92 26.37 -
YUV 98.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 212 32 140 0 0.85 0.34 0.17 324 0.74 0.48
Hex D4 20 8C 0 55 22 11 144 4A 30
Octal 324 40 214 0 125 42 21 504 112 60
Binary 11010100 100000 10001100 0 1010101 100010 10001 101000100 1001010 110000

Color Harmonies of #D4208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4208C

Black with #D4208C

Text Example


Text Example

White with #D4208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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