Html Css Color HEX #D00085 Medium Violet Red

📋 copy color: '#D00085'

red 208 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #D00085

Tints of Medium Violet Red #D00085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61%
G = 0%
B = 39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D00085 (or 0xD00085) is known color: Medium Violet Red. HEX triplet: D0, 00 and 85. RGB value is (208,0,133). Sum of RGB (Red+Green+Blue) = 208+0+133=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00085 is #2FFF7A. Grayscale: #4D4D4D. Windows color (decimal): -3145595 or 8716496. OLE color: 8716496.

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

Color convert

RGB 208 0 133 -
CMYK 0 1 0.36 0.18
HSL 321.63º 1% 0.41% -
HSV(B) 321.63º 1% 0.82% -
XYZ 30.25 15.1 23.51 -
YUV 77.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 208 0 133 0 1 0.36 0.18 321.63 1 0.41
Hex D0 0 85 0 64 24 12 142 64 29
Octal 320 0 205 0 144 44 22 502 144 51
Binary 11010000 0 10000101 0 1100100 100100 10010 101000010 1100100 101001

Color Harmonies of #D00085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00085

Black with #D00085

Text Example


Text Example

White with #D00085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00085; }

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

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

background-color css

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

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

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

border-color css

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

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

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