Html Css Color HEX #DD028D Medium Violet Red

📋 copy color: '#DD028D'

red 221 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #DD028D

Tints of Medium Violet Red #DD028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 60.71%
G = 0.55%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD028D (or 0xDD028D) is known color: Medium Violet Red. HEX triplet: DD, 02 and 8D. RGB value is (221,2,141). Sum of RGB (Red+Green+Blue) = 221+2+141=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD028D is #22FD72. Grayscale: #525252. Windows color (decimal): -2293107 or 9241309. OLE color: 9241309.

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

Color convert

RGB 221 2 141 -
CMYK 0 0.99 0.36 0.13
HSL 321.92º 0.98% 0.44% -
HSV(B) 321.92º 0.99% 0.87% -
XYZ 34.65 17.34 26.72 -
YUV 83.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 221 2 141 0 0.99 0.36 0.13 321.92 0.98 0.44
Hex DD 2 8D 0 63 24 D 142 62 2C
Octal 335 2 215 0 143 44 15 502 142 54
Binary 11011101 10 10001101 0 1100011 100100 1101 101000010 1100010 101100

Color Harmonies of #DD028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD028D

Black with #DD028D

Text Example


Text Example

White with #DD028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD028D; }

 p { color: rgb(221,2,141); }

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

background-color css

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

 a { background-color: rgb(221,2,141); }

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

border-color css

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

 span { border-color: rgb(221,2,141); }

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