Html Css Color HEX #D01C82 Medium Violet Red

📋 copy color: '#D01C82'

red 208 ◦ green 28 ◦ blue 130

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

Shades of Medium Violet Red #D01C82

Tints of Medium Violet Red #D01C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 56.83%
G = 7.65%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01C82 (or 0xD01C82) is known color: Medium Violet Red. HEX triplet: D0, 1C and 82. RGB value is (208,28,130). Sum of RGB (Red+Green+Blue) = 208+28+130=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C82 is #2FE37D. Grayscale: #5D5D5D. Windows color (decimal): -3138430 or 8527056. OLE color: 8527056.

HSL color Cylindrical-coordinate representation of color #D01C82: hue angle of 326º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C82 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 130 -
CMYK 0 0.87 0.38 0.18
HSL 326º 0.76% 0.46% -
HSV(B) 326º 0.87% 0.82% -
XYZ 30.46 15.85 22.57 -
YUV 93.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 208 28 130 0 0.87 0.38 0.18 326 0.76 0.46
Hex D0 1C 82 0 57 26 12 146 4C 2E
Octal 320 34 202 0 127 46 22 506 114 56
Binary 11010000 11100 10000010 0 1010111 100110 10010 101000110 1001100 101110

Color Harmonies of #D01C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C82

Black with #D01C82

Text Example


Text Example

White with #D01C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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