Html Css Color HEX #DD058B Medium Violet Red

📋 copy color: '#DD058B'

red 221 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #DD058B

Tints of Medium Violet Red #DD058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 60.55%
G = 1.37%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD058B (or 0xDD058B) is known color: Medium Violet Red. HEX triplet: DD, 05 and 8B. RGB value is (221,5,139). Sum of RGB (Red+Green+Blue) = 221+5+139=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD058B is #22FA74. Grayscale: #545454. Windows color (decimal): -2292341 or 9111005. OLE color: 9111005.

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

Color convert

RGB 221 5 139 -
CMYK 0 0.98 0.37 0.13
HSL 322.78º 0.96% 0.44% -
HSV(B) 322.78º 0.98% 0.87% -
XYZ 34.53 17.34 25.95 -
YUV 84.86 158.56 225.1 -
System Red Green Blue C M Y K H S L
Decimal 221 5 139 0 0.98 0.37 0.13 322.78 0.96 0.44
Hex DD 5 8B 0 62 25 D 143 60 2C
Octal 335 5 213 0 142 45 15 503 140 54
Binary 11011101 101 10001011 0 1100010 100101 1101 101000011 1100000 101100

Color Harmonies of #DD058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD058B

Black with #DD058B

Text Example


Text Example

White with #DD058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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