Html Css Color HEX #D01D9A Medium Violet Red

📋 copy color: '#D01D9A'

red 208 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #D01D9A

Tints of Medium Violet Red #D01D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 53.2%
G = 7.42%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01D9A (or 0xD01D9A) is known color: Medium Violet Red. HEX triplet: D0, 1D and 9A. RGB value is (208,29,154). Sum of RGB (Red+Green+Blue) = 208+29+154=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D9A is #2FE265. Grayscale: #606060. Windows color (decimal): -3138150 or 10100176. OLE color: 10100176.

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

Color convert

RGB 208 29 154 -
CMYK 0 0.86 0.26 0.18
HSL 318.1º 0.76% 0.46% -
HSV(B) 318.1º 0.86% 0.82% -
XYZ 32.28 16.62 32.08 -
YUV 96.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 208 29 154 0 0.86 0.26 0.18 318.1 0.76 0.46
Hex D0 1D 9A 0 56 1A 12 13E 4C 2E
Octal 320 35 232 0 126 32 22 476 114 56
Binary 11010000 11101 10011010 0 1010110 11010 10010 100111110 1001100 101110

Color Harmonies of #D01D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D9A

Black with #D01D9A

Text Example


Text Example

White with #D01D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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