Html Css Color HEX #D01D9F Medium Violet Red

📋 copy color: '#D01D9F'

red 208 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #D01D9F

Tints of Medium Violet Red #D01D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 52.53%
G = 7.32%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D01D9F (or 0xD01D9F) is known color: Medium Violet Red. HEX triplet: D0, 1D and 9F. RGB value is (208,29,159). Sum of RGB (Red+Green+Blue) = 208+29+159=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D9F is #2FE260. Grayscale: #606060. Windows color (decimal): -3138145 or 10427856. OLE color: 10427856.

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

Color convert

RGB 208 29 159 -
CMYK 0 0.86 0.24 0.18
HSL 316.42º 0.76% 0.46% -
HSV(B) 316.42º 0.86% 0.82% -
XYZ 32.71 16.79 34.32 -
YUV 97.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 208 29 159 0 0.86 0.24 0.18 316.42 0.76 0.46
Hex D0 1D 9F 0 56 18 12 13C 4C 2E
Octal 320 35 237 0 126 30 22 474 114 56
Binary 11010000 11101 10011111 0 1010110 11000 10010 100111100 1001100 101110

Color Harmonies of #D01D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D9F

Black with #D01D9F

Text Example


Text Example

White with #D01D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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