Html Css Color HEX #DD028C Medium Violet Red

📋 copy color: '#DD028C'

red 221 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #DD028C

Tints of Medium Violet Red #DD028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 60.88%
G = 0.55%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD028C (or 0xDD028C) is known color: Medium Violet Red. HEX triplet: DD, 02 and 8C. RGB value is (221,2,140). Sum of RGB (Red+Green+Blue) = 221+2+140=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD028C is #22FD73. Grayscale: #525252. Windows color (decimal): -2293108 or 9175773. OLE color: 9175773.

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

Color convert

RGB 221 2 140 -
CMYK 0 0.99 0.37 0.13
HSL 322.19º 0.98% 0.44% -
HSV(B) 322.19º 0.99% 0.87% -
XYZ 34.57 17.31 26.33 -
YUV 83.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 221 2 140 0 0.99 0.37 0.13 322.19 0.98 0.44
Hex DD 2 8C 0 63 25 D 142 62 2C
Octal 335 2 214 0 143 45 15 502 142 54
Binary 11011101 10 10001100 0 1100011 100101 1101 101000010 1100010 101100

Color Harmonies of #DD028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD028C

Black with #DD028C

Text Example


Text Example

White with #DD028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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