Html Css Color HEX #DD048E Medium Violet Red

📋 copy color: '#DD048E'

red 221 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #DD048E

Tints of Medium Violet Red #DD048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 60.22%
G = 1.09%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD048E (or 0xDD048E) is known color: Medium Violet Red. HEX triplet: DD, 04 and 8E. RGB value is (221,4,142). Sum of RGB (Red+Green+Blue) = 221+4+142=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD048E is #22FB71. Grayscale: #545454. Windows color (decimal): -2292594 or 9307357. OLE color: 9307357.

HSL color Cylindrical-coordinate representation of color #DD048E: hue angle of 321.84º 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 #DD048E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 4 142 -
CMYK 0 0.98 0.36 0.13
HSL 321.84º 0.96% 0.44% -
HSV(B) 321.84º 0.98% 0.87% -
XYZ 34.74 17.41 27.12 -
YUV 84.62 160.39 225.28 -
System Red Green Blue C M Y K H S L
Decimal 221 4 142 0 0.98 0.36 0.13 321.84 0.96 0.44
Hex DD 4 8E 0 62 24 D 142 60 2C
Octal 335 4 216 0 142 44 15 502 140 54
Binary 11011101 100 10001110 0 1100010 100100 1101 101000010 1100000 101100

Color Harmonies of #DD048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD048E

Black with #DD048E

Text Example


Text Example

White with #DD048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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