Html Css Color HEX #D01082 Medium Violet Red

📋 copy color: '#D01082'

red 208 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #D01082

Tints of Medium Violet Red #D01082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 58.76%
G = 4.52%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01082 (or 0xD01082) is known color: Medium Violet Red. HEX triplet: D0, 10 and 82. RGB value is (208,16,130). Sum of RGB (Red+Green+Blue) = 208+16+130=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D01082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01082 is #2FEF7D. Grayscale: #565656. Windows color (decimal): -3141502 or 8523984. OLE color: 8523984.

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

Color convert

RGB 208 16 130 -
CMYK 0 0.92 0.38 0.18
HSL 324.38º 0.86% 0.44% -
HSV(B) 324.38º 0.92% 0.82% -
XYZ 30.23 15.39 22.5 -
YUV 86.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 208 16 130 0 0.92 0.38 0.18 324.38 0.86 0.44
Hex D0 10 82 0 5C 26 12 144 56 2C
Octal 320 20 202 0 134 46 22 504 126 54
Binary 11010000 10000 10000010 0 1011100 100110 10010 101000100 1010110 101100

Color Harmonies of #D01082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01082

Black with #D01082

Text Example


Text Example

White with #D01082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01082; }

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

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

background-color css

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

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

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

border-color css

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

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

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