Html Css Color HEX #DD0485 Medium Violet Red

📋 copy color: '#DD0485'

red 221 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #DD0485

Tints of Medium Violet Red #DD0485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 61.73%
G = 1.12%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD0485 (or 0xDD0485) is known color: Medium Violet Red. HEX triplet: DD, 04 and 85. RGB value is (221,4,133). Sum of RGB (Red+Green+Blue) = 221+4+133=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0485 is #22FB7A. Grayscale: #535353. Windows color (decimal): -2292603 or 8717533. OLE color: 8717533.

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

Color convert

RGB 221 4 133 -
CMYK 0 0.98 0.40 0.13
HSL 324.33º 0.96% 0.44% -
HSV(B) 324.33º 0.98% 0.87% -
XYZ 34.1 17.15 23.7 -
YUV 83.59 155.89 226.01 -
System Red Green Blue C M Y K H S L
Decimal 221 4 133 0 0.98 0.40 0.13 324.33 0.96 0.44
Hex DD 4 85 0 62 28 D 144 60 2C
Octal 335 4 205 0 142 50 15 504 140 54
Binary 11011101 100 10000101 0 1100010 101000 1101 101000100 1100000 101100

Color Harmonies of #DD0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0485

Black with #DD0485

Text Example


Text Example

White with #DD0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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