Html Css Color HEX #D01481 Medium Violet Red

📋 copy color: '#D01481'

red 208 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #D01481

Tints of Medium Violet Red #D01481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 58.26%
G = 5.6%
B = 36.13%

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

#D01481 (or 0xD01481) is known color: Medium Violet Red. HEX triplet: D0, 14 and 81. RGB value is (208,20,129). Sum of RGB (Red+Green+Blue) = 208+20+129=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D01481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01481 is #2FEB7E. Grayscale: #585858. Windows color (decimal): -3140479 or 8459472. OLE color: 8459472.

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

Color convert

RGB 208 20 129 -
CMYK 0 0.90 0.38 0.18
HSL 325.21º 0.82% 0.45% -
HSV(B) 325.21º 0.9% 0.82% -
XYZ 30.23 15.5 22.17 -
YUV 88.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 208 20 129 0 0.90 0.38 0.18 325.21 0.82 0.45
Hex D0 14 81 0 5A 26 12 145 52 2D
Octal 320 24 201 0 132 46 22 505 122 55
Binary 11010000 10100 10000001 0 1011010 100110 10010 101000101 1010010 101101

Color Harmonies of #D01481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01481

Black with #D01481

Text Example


Text Example

White with #D01481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01481; }

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

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

background-color css

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

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

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

border-color css

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

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

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