Html Css Color HEX #D0207C Medium Violet Red

📋 copy color: '#D0207C'

red 208 ◦ green 32 ◦ blue 124

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

Shades of Medium Violet Red #D0207C

Tints of Medium Violet Red #D0207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 57.14%
G = 8.79%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0207C (or 0xD0207C) is known color: Medium Violet Red. HEX triplet: D0, 20 and 7C. RGB value is (208,32,124). Sum of RGB (Red+Green+Blue) = 208+32+124=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0207C is #2FDF83. Grayscale: #5E5E5E. Windows color (decimal): -3137412 or 8134864. OLE color: 8134864.

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

Color convert

RGB 208 32 124 -
CMYK 0 0.85 0.40 0.18
HSL 328.64º 0.73% 0.47% -
HSV(B) 328.64º 0.85% 0.82% -
XYZ 30.17 15.9 20.55 -
YUV 95.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 208 32 124 0 0.85 0.40 0.18 328.64 0.73 0.47
Hex D0 20 7C 0 55 28 12 149 49 2F
Octal 320 40 174 0 125 50 22 511 111 57
Binary 11010000 100000 1111100 0 1010101 101000 10010 101001001 1001001 101111

Color Harmonies of #D0207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0207C

Black with #D0207C

Text Example


Text Example

White with #D0207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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