Html Css Color HEX #DD0085 Medium Violet Red

📋 copy color: '#DD0085'

red 221 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #DD0085

Tints of Medium Violet Red #DD0085

RGB

 RED value IS 221 (86.72% from 255) = 62.43%

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

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

R = 62.43%
G = 0%
B = 37.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD0085 (or 0xDD0085) is known color: Medium Violet Red. HEX triplet: DD, 00 and 85. RGB value is (221,0,133). Sum of RGB (Red+Green+Blue) = 221+0+133=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0085 is #22FF7A. Grayscale: #505050. Windows color (decimal): -2293627 or 8716509. OLE color: 8716509.

HSL color Cylindrical-coordinate representation of color #DD0085: hue angle of 323.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0085 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 133 -
CMYK 0 1 0.40 0.13
HSL 323.89º 1% 0.43% -
HSV(B) 323.89º 1% 0.87% -
XYZ 34.05 17.07 23.69 -
YUV 81.24 157.22 227.69 -
System Red Green Blue C M Y K H S L
Decimal 221 0 133 0 1 0.40 0.13 323.89 1 0.43
Hex DD 0 85 0 64 28 D 144 64 2B
Octal 335 0 205 0 144 50 15 504 144 53
Binary 11011101 0 10000101 0 1100100 101000 1101 101000100 1100100 101011

Color Harmonies of #DD0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0085

Black with #DD0085

Text Example


Text Example

White with #DD0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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