Html Css Color HEX #DD077F Medium Violet Red

📋 copy color: '#DD077F'

red 221 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #DD077F

Tints of Medium Violet Red #DD077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 62.25%
G = 1.97%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD077F (or 0xDD077F) is known color: Medium Violet Red. HEX triplet: DD, 07 and 7F. RGB value is (221,7,127). Sum of RGB (Red+Green+Blue) = 221+7+127=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD077F is #22F880. Grayscale: #545454. Windows color (decimal): -2291841 or 8325085. OLE color: 8325085.

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

Color convert

RGB 221 7 127 -
CMYK 0 0.97 0.43 0.13
HSL 326.36º 0.94% 0.45% -
HSV(B) 326.36º 0.97% 0.87% -
XYZ 33.73 17.06 21.59 -
YUV 84.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 221 7 127 0 0.97 0.43 0.13 326.36 0.94 0.45
Hex DD 7 7F 0 61 2B D 146 5E 2D
Octal 335 7 177 0 141 53 15 506 136 55
Binary 11011101 111 1111111 0 1100001 101011 1101 101000110 1011110 101101

Color Harmonies of #DD077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD077F

Black with #DD077F

Text Example


Text Example

White with #DD077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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