Html Css Color HEX #DD027C Medium Violet Red

📋 copy color: '#DD027C'

red 221 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #DD027C

Tints of Medium Violet Red #DD027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 63.69%
G = 0.58%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD027C (or 0xDD027C) is known color: Medium Violet Red. HEX triplet: DD, 02 and 7C. RGB value is (221,2,124). Sum of RGB (Red+Green+Blue) = 221+2+124=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD027C is #22FD83. Grayscale: #515151. Windows color (decimal): -2293124 or 8127197. OLE color: 8127197.

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

Color convert

RGB 221 2 124 -
CMYK 0 0.99 0.44 0.13
HSL 326.58º 0.98% 0.44% -
HSV(B) 326.58º 0.99% 0.87% -
XYZ 33.48 16.87 20.56 -
YUV 81.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 221 2 124 0 0.99 0.44 0.13 326.58 0.98 0.44
Hex DD 2 7C 0 63 2C D 147 62 2C
Octal 335 2 174 0 143 54 15 507 142 54
Binary 11011101 10 1111100 0 1100011 101100 1101 101000111 1100010 101100

Color Harmonies of #DD027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD027C

Black with #DD027C

Text Example


Text Example

White with #DD027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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