Html Css Color HEX #DD028A Medium Violet Red

📋 copy color: '#DD028A'

red 221 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #DD028A

Tints of Medium Violet Red #DD028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 61.22%
G = 0.55%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD028A (or 0xDD028A) is known color: Medium Violet Red. HEX triplet: DD, 02 and 8A. RGB value is (221,2,138). Sum of RGB (Red+Green+Blue) = 221+2+138=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD028A is #22FD75. Grayscale: #525252. Windows color (decimal): -2293110 or 9044701. OLE color: 9044701.

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

Color convert

RGB 221 2 138 -
CMYK 0 0.99 0.38 0.13
HSL 322.74º 0.98% 0.44% -
HSV(B) 322.74º 0.99% 0.87% -
XYZ 34.43 17.25 25.56 -
YUV 82.99 159.05 226.44 -
System Red Green Blue C M Y K H S L
Decimal 221 2 138 0 0.99 0.38 0.13 322.74 0.98 0.44
Hex DD 2 8A 0 63 26 D 143 62 2C
Octal 335 2 212 0 143 46 15 503 142 54
Binary 11011101 10 10001010 0 1100011 100110 1101 101000011 1100010 101100

Color Harmonies of #DD028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD028A

Black with #DD028A

Text Example


Text Example

White with #DD028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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