Html Css Color HEX #D01D8D Medium Violet Red

📋 copy color: '#D01D8D'

red 208 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #D01D8D

Tints of Medium Violet Red #D01D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 55.03%
G = 7.67%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D01D8D (or 0xD01D8D) is known color: Medium Violet Red. HEX triplet: D0, 1D and 8D. RGB value is (208,29,141). Sum of RGB (Red+Green+Blue) = 208+29+141=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D8D is #2FE272. Grayscale: #5F5F5F. Windows color (decimal): -3138163 or 9248208. OLE color: 9248208.

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

Color convert

RGB 208 29 141 -
CMYK 0 0.86 0.32 0.18
HSL 322.46º 0.76% 0.46% -
HSV(B) 322.46º 0.86% 0.82% -
XYZ 31.26 16.21 26.68 -
YUV 95.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 208 29 141 0 0.86 0.32 0.18 322.46 0.76 0.46
Hex D0 1D 8D 0 56 20 12 142 4C 2E
Octal 320 35 215 0 126 40 22 502 114 56
Binary 11010000 11101 10001101 0 1010110 100000 10010 101000010 1001100 101110

Color Harmonies of #D01D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D8D

Black with #D01D8D

Text Example


Text Example

White with #D01D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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