Html Css Color HEX #D01D8C Medium Violet Red

📋 copy color: '#D01D8C'

red 208 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #D01D8C

Tints of Medium Violet Red #D01D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.69%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 55.17%
G = 7.69%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D01D8C (or 0xD01D8C) is known color: Medium Violet Red. HEX triplet: D0, 1D and 8C. RGB value is (208,29,140). Sum of RGB (Red+Green+Blue) = 208+29+140=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D8C is #2FE273. Grayscale: #5E5E5E. Windows color (decimal): -3138164 or 9182672. OLE color: 9182672.

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

Color convert

RGB 208 29 140 -
CMYK 0 0.86 0.33 0.18
HSL 322.79º 0.76% 0.46% -
HSV(B) 322.79º 0.86% 0.82% -
XYZ 31.19 16.18 26.29 -
YUV 95.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 208 29 140 0 0.86 0.33 0.18 322.79 0.76 0.46
Hex D0 1D 8C 0 56 21 12 143 4C 2E
Octal 320 35 214 0 126 41 22 503 114 56
Binary 11010000 11101 10001100 0 1010110 100001 10010 101000011 1001100 101110

Color Harmonies of #D01D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D8C

Black with #D01D8C

Text Example


Text Example

White with #D01D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D8C; }

 p { color: rgb(208,29,140); }

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

background-color css

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

 a { background-color: rgb(208,29,140); }

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

border-color css

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

 span { border-color: rgb(208,29,140); }

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