Html Css Color HEX #D01683 Medium Violet Red

📋 copy color: '#D01683'

red 208 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #D01683

Tints of Medium Violet Red #D01683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 57.62%
G = 6.09%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01683 (or 0xD01683) is known color: Medium Violet Red. HEX triplet: D0, 16 and 83. RGB value is (208,22,131). Sum of RGB (Red+Green+Blue) = 208+22+131=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D01683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01683 is #2FE97C. Grayscale: #595959. Windows color (decimal): -3139965 or 8591056. OLE color: 8591056.

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

Color convert

RGB 208 22 131 -
CMYK 0 0.89 0.37 0.18
HSL 324.84º 0.81% 0.45% -
HSV(B) 324.84º 0.89% 0.82% -
XYZ 30.4 15.62 22.89 -
YUV 90.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 208 22 131 0 0.89 0.37 0.18 324.84 0.81 0.45
Hex D0 16 83 0 59 25 12 145 51 2D
Octal 320 26 203 0 131 45 22 505 121 55
Binary 11010000 10110 10000011 0 1011001 100101 10010 101000101 1010001 101101

Color Harmonies of #D01683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01683

Black with #D01683

Text Example


Text Example

White with #D01683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01683; }

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

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

background-color css

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

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

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

border-color css

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

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

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