Html Css Color HEX #D0208B Medium Violet Red

📋 copy color: '#D0208B'

red 208 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #D0208B

Tints of Medium Violet Red #D0208B

RGB

 RED value IS 208 (81.64% from 255) = 54.88%

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

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

R = 54.88%
G = 8.44%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0208B (or 0xD0208B) is known color: Medium Violet Red. HEX triplet: D0, 20 and 8B. RGB value is (208,32,139). Sum of RGB (Red+Green+Blue) = 208+32+139=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0208B is #2FDF74. Grayscale: #606060. Windows color (decimal): -3137397 or 9117904. OLE color: 9117904.

HSL color Cylindrical-coordinate representation of color #D0208B: hue angle of 323.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0208B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 139 -
CMYK 0 0.85 0.33 0.18
HSL 323.52º 0.73% 0.47% -
HSV(B) 323.52º 0.85% 0.82% -
XYZ 31.19 16.31 25.93 -
YUV 96.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 208 32 139 0 0.85 0.33 0.18 323.52 0.73 0.47
Hex D0 20 8B 0 55 21 12 144 49 2F
Octal 320 40 213 0 125 41 22 504 111 57
Binary 11010000 100000 10001011 0 1010101 100001 10010 101000100 1001001 101111

Color Harmonies of #D0208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0208B

Black with #D0208B

Text Example


Text Example

White with #D0208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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