Html Css Color HEX #D01183 Medium Violet Red

📋 copy color: '#D01183'

red 208 ◦ green 17 ◦ blue 131

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

Shades of Medium Violet Red #D01183

Tints of Medium Violet Red #D01183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 58.43%
G = 4.78%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01183 (or 0xD01183) is known color: Medium Violet Red. HEX triplet: D0, 11 and 83. RGB value is (208,17,131). Sum of RGB (Red+Green+Blue) = 208+17+131=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D01183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01183 is #2FEE7C. Grayscale: #565656. Windows color (decimal): -3141245 or 8589776. OLE color: 8589776.

HSL color Cylindrical-coordinate representation of color #D01183: hue angle of 324.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01183 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 131 -
CMYK 0 0.92 0.37 0.18
HSL 324.19º 0.85% 0.44% -
HSV(B) 324.19º 0.92% 0.82% -
XYZ 30.31 15.45 22.86 -
YUV 87.11 152.78 214.23 -
System Red Green Blue C M Y K H S L
Decimal 208 17 131 0 0.92 0.37 0.18 324.19 0.85 0.44
Hex D0 11 83 0 5C 25 12 144 55 2C
Octal 320 21 203 0 134 45 22 504 125 54
Binary 11010000 10001 10000011 0 1011100 100101 10010 101000100 1010101 101100

Color Harmonies of #D01183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01183

Black with #D01183

Text Example


Text Example

White with #D01183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01183; }

 p { color: rgb(208,17,131); }

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

background-color css

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

 a { background-color: rgb(208,17,131); }

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

border-color css

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

 span { border-color: rgb(208,17,131); }

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