Html Css Color HEX #DD027A Medium Violet Red

📋 copy color: '#DD027A'

red 221 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #DD027A

Tints of Medium Violet Red #DD027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 64.06%
G = 0.58%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD027A (or 0xDD027A) is known color: Medium Violet Red. HEX triplet: DD, 02 and 7A. RGB value is (221,2,122). Sum of RGB (Red+Green+Blue) = 221+2+122=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD027A is #22FD85. Grayscale: #505050. Windows color (decimal): -2293126 or 7996125. OLE color: 7996125.

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

Color convert

RGB 221 2 122 -
CMYK 0 0.99 0.45 0.13
HSL 327.12º 0.98% 0.44% -
HSV(B) 327.12º 0.99% 0.87% -
XYZ 33.35 16.82 19.9 -
YUV 81.16 151.05 227.74 -
System Red Green Blue C M Y K H S L
Decimal 221 2 122 0 0.99 0.45 0.13 327.12 0.98 0.44
Hex DD 2 7A 0 63 2D D 147 62 2C
Octal 335 2 172 0 143 55 15 507 142 54
Binary 11011101 10 1111010 0 1100011 101101 1101 101000111 1100010 101100

Color Harmonies of #DD027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD027A

Black with #DD027A

Text Example


Text Example

White with #DD027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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