Html Css Color HEX #D01085 Medium Violet Red

📋 copy color: '#D01085'

red 208 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #D01085

Tints of Medium Violet Red #D01085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 58.26%
G = 4.48%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D01085 (or 0xD01085) is known color: Medium Violet Red. HEX triplet: D0, 10 and 85. RGB value is (208,16,133). Sum of RGB (Red+Green+Blue) = 208+16+133=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D01085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01085 is #2FEF7A. Grayscale: #565656. Windows color (decimal): -3141499 or 8720592. OLE color: 8720592.

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

Color convert

RGB 208 16 133 -
CMYK 0 0.92 0.36 0.18
HSL 323.44º 0.86% 0.44% -
HSV(B) 323.44º 0.92% 0.82% -
XYZ 30.43 15.47 23.57 -
YUV 86.75 154.11 214.49 -
System Red Green Blue C M Y K H S L
Decimal 208 16 133 0 0.92 0.36 0.18 323.44 0.86 0.44
Hex D0 10 85 0 5C 24 12 143 56 2C
Octal 320 20 205 0 134 44 22 503 126 54
Binary 11010000 10000 10000101 0 1011100 100100 10010 101000011 1010110 101100

Color Harmonies of #D01085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01085

Black with #D01085

Text Example


Text Example

White with #D01085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01085; }

 p { color: rgb(208,16,133); }

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

background-color css

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

 a { background-color: rgb(208,16,133); }

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

border-color css

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

 span { border-color: rgb(208,16,133); }

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