Html Css Color HEX #D0209C Medium Violet Red

📋 copy color: '#D0209C'

red 208 ◦ green 32 ◦ blue 156

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

Shades of Medium Violet Red #D0209C

Tints of Medium Violet Red #D0209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 52.53%
G = 8.08%
B = 39.39%

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

#D0209C (or 0xD0209C) is known color: Medium Violet Red. HEX triplet: D0, 20 and 9C. RGB value is (208,32,156). Sum of RGB (Red+Green+Blue) = 208+32+156=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0209C is #2FDF63. Grayscale: #626262. Windows color (decimal): -3137380 or 10232016. OLE color: 10232016.

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

Color convert

RGB 208 32 156 -
CMYK 0 0.85 0.25 0.18
HSL 317.73º 0.73% 0.47% -
HSV(B) 317.73º 0.85% 0.82% -
XYZ 32.53 16.84 32.99 -
YUV 98.76 160.31 205.92 -
System Red Green Blue C M Y K H S L
Decimal 208 32 156 0 0.85 0.25 0.18 317.73 0.73 0.47
Hex D0 20 9C 0 55 19 12 13E 49 2F
Octal 320 40 234 0 125 31 22 476 111 57
Binary 11010000 100000 10011100 0 1010101 11001 10010 100111110 1001001 101111

Color Harmonies of #D0209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0209C

Black with #D0209C

Text Example


Text Example

White with #D0209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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