Html Css Color HEX #D3208A Medium Violet Red

📋 copy color: '#D3208A'

red 211 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #D3208A

Tints of Medium Violet Red #D3208A

RGB

 RED value IS 211 (82.81% from 255) = 55.38%

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 55.38%
G = 8.4%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3208A (or 0xD3208A) is known color: Medium Violet Red. HEX triplet: D3, 20 and 8A. RGB value is (211,32,138). Sum of RGB (Red+Green+Blue) = 211+32+138=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D3208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3208A is #2CDF75. Grayscale: #616161. Windows color (decimal): -2940790 or 9052371. OLE color: 9052371.

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

Color convert

RGB 211 32 138 -
CMYK 0 0.85 0.35 0.17
HSL 324.47º 0.74% 0.48% -
HSV(B) 324.47º 0.85% 0.83% -
XYZ 31.97 16.72 25.59 -
YUV 97.61 150.8 208.88 -
System Red Green Blue C M Y K H S L
Decimal 211 32 138 0 0.85 0.35 0.17 324.47 0.74 0.48
Hex D3 20 8A 0 55 23 11 144 4A 30
Octal 323 40 212 0 125 43 21 504 112 60
Binary 11010011 100000 10001010 0 1010101 100011 10001 101000100 1001010 110000

Color Harmonies of #D3208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3208A

Black with #D3208A

Text Example


Text Example

White with #D3208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3208A; }

 p { color: rgb(211,32,138); }

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

background-color css

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

 a { background-color: rgb(211,32,138); }

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

border-color css

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

 span { border-color: rgb(211,32,138); }

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