Html Css Color HEX #D01D83 Medium Violet Red

📋 copy color: '#D01D83'

red 208 ◦ green 29 ◦ blue 131

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

Shades of Medium Violet Red #D01D83

Tints of Medium Violet Red #D01D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

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

R = 56.52%
G = 7.88%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01D83 (or 0xD01D83) is known color: Medium Violet Red. HEX triplet: D0, 1D and 83. RGB value is (208,29,131). Sum of RGB (Red+Green+Blue) = 208+29+131=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D83 is #2FE27C. Grayscale: #5D5D5D. Windows color (decimal): -3138173 or 8592848. OLE color: 8592848.

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

Color convert

RGB 208 29 131 -
CMYK 0 0.86 0.37 0.18
HSL 325.81º 0.76% 0.46% -
HSV(B) 325.81º 0.86% 0.82% -
XYZ 30.55 15.93 22.94 -
YUV 94.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 208 29 131 0 0.86 0.37 0.18 325.81 0.76 0.46
Hex D0 1D 83 0 56 25 12 146 4C 2E
Octal 320 35 203 0 126 45 22 506 114 56
Binary 11010000 11101 10000011 0 1010110 100101 10010 101000110 1001100 101110

Color Harmonies of #D01D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D83

Black with #D01D83

Text Example


Text Example

White with #D01D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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