Html Css Color HEX #D01083 Medium Violet Red

📋 copy color: '#D01083'

red 208 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #D01083

Tints of Medium Violet Red #D01083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 58.59%
G = 4.51%
B = 36.9%

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

#D01083 (or 0xD01083) is known color: Medium Violet Red. HEX triplet: D0, 10 and 83. RGB value is (208,16,131). Sum of RGB (Red+Green+Blue) = 208+16+131=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D01083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01083 is #2FEF7C. Grayscale: #565656. Windows color (decimal): -3141501 or 8589520. OLE color: 8589520.

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

Color convert

RGB 208 16 131 -
CMYK 0 0.92 0.37 0.18
HSL 324.06º 0.86% 0.44% -
HSV(B) 324.06º 0.92% 0.82% -
XYZ 30.29 15.42 22.85 -
YUV 86.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 208 16 131 0 0.92 0.37 0.18 324.06 0.86 0.44
Hex D0 10 83 0 5C 25 12 144 56 2C
Octal 320 20 203 0 134 45 22 504 126 54
Binary 11010000 10000 10000011 0 1011100 100101 10010 101000100 1010110 101100

Color Harmonies of #D01083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01083

Black with #D01083

Text Example


Text Example

White with #D01083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01083; }

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

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

background-color css

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

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

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

border-color css

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

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

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