Html Css Color HEX #D5208B Medium Violet Red

📋 copy color: '#D5208B'

red 213 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #D5208B

Tints of Medium Violet Red #D5208B

RGB

 RED value IS 213 (83.59% from 255) = 55.47%

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

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

R = 55.47%
G = 8.33%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5208B (or 0xD5208B) is known color: Medium Violet Red. HEX triplet: D5, 20 and 8B. RGB value is (213,32,139). Sum of RGB (Red+Green+Blue) = 213+32+139=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5208B is #2ADF74. Grayscale: #626262. Windows color (decimal): -2809717 or 9117909. OLE color: 9117909.

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

Color convert

RGB 213 32 139 -
CMYK 0 0.85 0.35 0.16
HSL 324.53º 0.74% 0.48% -
HSV(B) 324.53º 0.85% 0.84% -
XYZ 32.62 17.04 26 -
YUV 98.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 213 32 139 0 0.85 0.35 0.16 324.53 0.74 0.48
Hex D5 20 8B 0 55 23 10 145 4A 30
Octal 325 40 213 0 125 43 20 505 112 60
Binary 11010101 100000 10001011 0 1010101 100011 10000 101000101 1001010 110000

Color Harmonies of #D5208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5208B

Black with #D5208B

Text Example


Text Example

White with #D5208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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