Html Css Color HEX #D01983 Medium Violet Red

📋 copy color: '#D01983'

red 208 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #D01983

Tints of Medium Violet Red #D01983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 57.14%
G = 6.87%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01983 (or 0xD01983) is known color: Medium Violet Red. HEX triplet: D0, 19 and 83. RGB value is (208,25,131). Sum of RGB (Red+Green+Blue) = 208+25+131=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D01983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01983 is #2FE67C. Grayscale: #5B5B5B. Windows color (decimal): -3139197 or 8591824. OLE color: 8591824.

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

Color convert

RGB 208 25 131 -
CMYK 0 0.88 0.37 0.18
HSL 325.25º 0.79% 0.46% -
HSV(B) 325.25º 0.88% 0.82% -
XYZ 30.46 15.74 22.91 -
YUV 91.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 208 25 131 0 0.88 0.37 0.18 325.25 0.79 0.46
Hex D0 19 83 0 58 25 12 145 4F 2E
Octal 320 31 203 0 130 45 22 505 117 56
Binary 11010000 11001 10000011 0 1011000 100101 10010 101000101 1001111 101110

Color Harmonies of #D01983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01983

Black with #D01983

Text Example


Text Example

White with #D01983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01983; }

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

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

background-color css

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

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

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

border-color css

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

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

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