Html Css Color HEX #D01981 Medium Violet Red

📋 copy color: '#D01981'

red 208 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #D01981

Tints of Medium Violet Red #D01981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.91%

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

R = 57.46%
G = 6.91%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01981 (or 0xD01981) is known color: Medium Violet Red. HEX triplet: D0, 19 and 81. RGB value is (208,25,129). Sum of RGB (Red+Green+Blue) = 208+25+129=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D01981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01981 is #2FE67E. Grayscale: #5B5B5B. Windows color (decimal): -3139199 or 8460752. OLE color: 8460752.

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

Color convert

RGB 208 25 129 -
CMYK 0 0.88 0.38 0.18
HSL 325.9º 0.79% 0.46% -
HSV(B) 325.9º 0.88% 0.82% -
XYZ 30.32 15.69 22.2 -
YUV 91.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 208 25 129 0 0.88 0.38 0.18 325.9 0.79 0.46
Hex D0 19 81 0 58 26 12 146 4F 2E
Octal 320 31 201 0 130 46 22 506 117 56
Binary 11010000 11001 10000001 0 1011000 100110 10010 101000110 1001111 101110

Color Harmonies of #D01981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01981

Black with #D01981

Text Example


Text Example

White with #D01981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01981; }

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

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

background-color css

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

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

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

border-color css

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

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

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