Html Css Color HEX #DD077A Medium Violet Red

📋 copy color: '#DD077A'

red 221 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #DD077A

Tints of Medium Violet Red #DD077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

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

R = 63.14%
G = 2%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD077A (or 0xDD077A) is known color: Medium Violet Red. HEX triplet: DD, 07 and 7A. RGB value is (221,7,122). Sum of RGB (Red+Green+Blue) = 221+7+122=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD077A is #22F885. Grayscale: #535353. Windows color (decimal): -2291846 or 7997405. OLE color: 7997405.

HSL color Cylindrical-coordinate representation of color #DD077A: hue angle of 327.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD077A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 122 -
CMYK 0 0.97 0.45 0.13
HSL 327.76º 0.94% 0.45% -
HSV(B) 327.76º 0.97% 0.87% -
XYZ 33.41 16.93 19.92 -
YUV 84.1 149.4 225.65 -
System Red Green Blue C M Y K H S L
Decimal 221 7 122 0 0.97 0.45 0.13 327.76 0.94 0.45
Hex DD 7 7A 0 61 2D D 148 5E 2D
Octal 335 7 172 0 141 55 15 510 136 55
Binary 11011101 111 1111010 0 1100001 101101 1101 101001000 1011110 101101

Color Harmonies of #DD077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD077A

Black with #DD077A

Text Example


Text Example

White with #DD077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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