Html Css Color HEX #D01482 Medium Violet Red

📋 copy color: '#D01482'

red 208 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #D01482

Tints of Medium Violet Red #D01482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

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

R = 58.1%
G = 5.59%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01482 (or 0xD01482) is known color: Medium Violet Red. HEX triplet: D0, 14 and 82. RGB value is (208,20,130). Sum of RGB (Red+Green+Blue) = 208+20+130=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D01482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01482 is #2FEB7D. Grayscale: #585858. Windows color (decimal): -3140478 or 8525008. OLE color: 8525008.

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

Color convert

RGB 208 20 130 -
CMYK 0 0.90 0.38 0.18
HSL 324.89º 0.82% 0.45% -
HSV(B) 324.89º 0.9% 0.82% -
XYZ 30.29 15.52 22.52 -
YUV 88.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 208 20 130 0 0.90 0.38 0.18 324.89 0.82 0.45
Hex D0 14 82 0 5A 26 12 145 52 2D
Octal 320 24 202 0 132 46 22 505 122 55
Binary 11010000 10100 10000010 0 1011010 100110 10010 101000101 1010010 101101

Color Harmonies of #D01482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01482

Black with #D01482

Text Example


Text Example

White with #D01482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01482; }

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

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

background-color css

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

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

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

border-color css

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

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

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