Html Css Color HEX #D4208B Medium Violet Red

📋 copy color: '#D4208B'

red 212 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #D4208B

Tints of Medium Violet Red #D4208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 55.35%
G = 8.36%
B = 36.29%

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

#D4208B (or 0xD4208B) is known color: Medium Violet Red. HEX triplet: D4, 20 and 8B. RGB value is (212,32,139). Sum of RGB (Red+Green+Blue) = 212+32+139=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4208B is #2BDF74. Grayscale: #616161. Windows color (decimal): -2875253 or 9117908. OLE color: 9117908.

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

Color convert

RGB 212 32 139 -
CMYK 0 0.85 0.34 0.17
HSL 324.33º 0.74% 0.48% -
HSV(B) 324.33º 0.85% 0.83% -
XYZ 32.33 16.89 25.98 -
YUV 98.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 212 32 139 0 0.85 0.34 0.17 324.33 0.74 0.48
Hex D4 20 8B 0 55 22 11 144 4A 30
Octal 324 40 213 0 125 42 21 504 112 60
Binary 11010100 100000 10001011 0 1010101 100010 10001 101000100 1001010 110000

Color Harmonies of #D4208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4208B

Black with #D4208B

Text Example


Text Example

White with #D4208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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