Html Css Color HEX #DD057B Medium Violet Red

📋 copy color: '#DD057B'

red 221 ◦ green 5 ◦ blue 123

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

Shades of Medium Violet Red #DD057B

Tints of Medium Violet Red #DD057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 63.32%
G = 1.43%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD057B (or 0xDD057B) is known color: Medium Violet Red. HEX triplet: DD, 05 and 7B. RGB value is (221,5,123). Sum of RGB (Red+Green+Blue) = 221+5+123=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD057B is #22FA84. Grayscale: #525252. Windows color (decimal): -2292357 or 8062429. OLE color: 8062429.

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

Color convert

RGB 221 5 123 -
CMYK 0 0.98 0.44 0.13
HSL 327.22º 0.96% 0.44% -
HSV(B) 327.22º 0.98% 0.87% -
XYZ 33.45 16.91 20.24 -
YUV 83.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 221 5 123 0 0.98 0.44 0.13 327.22 0.96 0.44
Hex DD 5 7B 0 62 2C D 147 60 2C
Octal 335 5 173 0 142 54 15 507 140 54
Binary 11011101 101 1111011 0 1100010 101100 1101 101000111 1100000 101100

Color Harmonies of #DD057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD057B

Black with #DD057B

Text Example


Text Example

White with #DD057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD057B; }

 p { color: rgb(221,5,123); }

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

background-color css

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

 a { background-color: rgb(221,5,123); }

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

border-color css

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

 span { border-color: rgb(221,5,123); }

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