Html Css Color HEX #DD088A Medium Violet Red

📋 copy color: '#DD088A'

red 221 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #DD088A

Tints of Medium Violet Red #DD088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 60.22%
G = 2.18%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD088A (or 0xDD088A) is known color: Medium Violet Red. HEX triplet: DD, 08 and 8A. RGB value is (221,8,138). Sum of RGB (Red+Green+Blue) = 221+8+138=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD088A is #22F775. Grayscale: #565656. Windows color (decimal): -2291574 or 9046237. OLE color: 9046237.

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

Color convert

RGB 221 8 138 -
CMYK 0 0.96 0.38 0.13
HSL 323.38º 0.93% 0.45% -
HSV(B) 323.38º 0.96% 0.87% -
XYZ 34.49 17.38 25.58 -
YUV 86.51 157.07 223.93 -
System Red Green Blue C M Y K H S L
Decimal 221 8 138 0 0.96 0.38 0.13 323.38 0.93 0.45
Hex DD 8 8A 0 60 26 D 143 5D 2D
Octal 335 10 212 0 140 46 15 503 135 55
Binary 11011101 1000 10001010 0 1100000 100110 1101 101000011 1011101 101101

Color Harmonies of #DD088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD088A

Black with #DD088A

Text Example


Text Example

White with #DD088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD088A; }

 p { color: rgb(221,8,138); }

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

background-color css

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

 a { background-color: rgb(221,8,138); }

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

border-color css

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

 span { border-color: rgb(221,8,138); }

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