Html Css Color HEX #DD027E Medium Violet Red

📋 copy color: '#DD027E'

red 221 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #DD027E

Tints of Medium Violet Red #DD027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 63.32%
G = 0.57%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD027E (or 0xDD027E) is known color: Medium Violet Red. HEX triplet: DD, 02 and 7E. RGB value is (221,2,126). Sum of RGB (Red+Green+Blue) = 221+2+126=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD027E is #22FD81. Grayscale: #515151. Windows color (decimal): -2293122 or 8258269. OLE color: 8258269.

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

Color convert

RGB 221 2 126 -
CMYK 0 0.99 0.43 0.13
HSL 326.03º 0.98% 0.44% -
HSV(B) 326.03º 0.99% 0.87% -
XYZ 33.61 16.92 21.23 -
YUV 81.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 221 2 126 0 0.99 0.43 0.13 326.03 0.98 0.44
Hex DD 2 7E 0 63 2B D 146 62 2C
Octal 335 2 176 0 143 53 15 506 142 54
Binary 11011101 10 1111110 0 1100011 101011 1101 101000110 1100010 101100

Color Harmonies of #DD027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD027E

Black with #DD027E

Text Example


Text Example

White with #DD027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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