Html Css Color HEX #D0209B Medium Violet Red

📋 copy color: '#D0209B'

red 208 ◦ green 32 ◦ blue 155

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

Shades of Medium Violet Red #D0209B

Tints of Medium Violet Red #D0209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 52.66%
G = 8.1%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0209B (or 0xD0209B) is known color: Medium Violet Red. HEX triplet: D0, 20 and 9B. RGB value is (208,32,155). Sum of RGB (Red+Green+Blue) = 208+32+155=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0209B is #2FDF64. Grayscale: #626262. Windows color (decimal): -3137381 or 10166480. OLE color: 10166480.

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

Color convert

RGB 208 32 155 -
CMYK 0 0.85 0.25 0.18
HSL 318.07º 0.73% 0.47% -
HSV(B) 318.07º 0.85% 0.82% -
XYZ 32.45 16.81 32.54 -
YUV 98.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 208 32 155 0 0.85 0.25 0.18 318.07 0.73 0.47
Hex D0 20 9B 0 55 19 12 13E 49 2F
Octal 320 40 233 0 125 31 22 476 111 57
Binary 11010000 100000 10011011 0 1010101 11001 10010 100111110 1001001 101111

Color Harmonies of #D0209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0209B

Black with #D0209B

Text Example


Text Example

White with #D0209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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