Html Css Color HEX #D01D8F Medium Violet Red

📋 copy color: '#D01D8F'

red 208 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #D01D8F

Tints of Medium Violet Red #D01D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 54.74%
G = 7.63%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01D8F (or 0xD01D8F) is known color: Medium Violet Red. HEX triplet: D0, 1D and 8F. RGB value is (208,29,143). Sum of RGB (Red+Green+Blue) = 208+29+143=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D8F is #2FE270. Grayscale: #5F5F5F. Windows color (decimal): -3138161 or 9379280. OLE color: 9379280.

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

Color convert

RGB 208 29 143 -
CMYK 0 0.86 0.31 0.18
HSL 321.79º 0.76% 0.46% -
HSV(B) 321.79º 0.86% 0.82% -
XYZ 31.41 16.27 27.47 -
YUV 95.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 208 29 143 0 0.86 0.31 0.18 321.79 0.76 0.46
Hex D0 1D 8F 0 56 1F 12 142 4C 2E
Octal 320 35 217 0 126 37 22 502 114 56
Binary 11010000 11101 10001111 0 1010110 11111 10010 101000010 1001100 101110

Color Harmonies of #D01D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D8F

Black with #D01D8F

Text Example


Text Example

White with #D01D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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