Html Css Color HEX #DD088B Medium Violet Red

📋 copy color: '#DD088B'

red 221 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #DD088B

Tints of Medium Violet Red #DD088B

RGB

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

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

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

R = 60.05%
G = 2.17%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD088B (or 0xDD088B) is known color: Medium Violet Red. HEX triplet: DD, 08 and 8B. RGB value is (221,8,139). Sum of RGB (Red+Green+Blue) = 221+8+139=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD088B is #22F774. Grayscale: #565656. Windows color (decimal): -2291573 or 9111773. OLE color: 9111773.

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

Color convert

RGB 221 8 139 -
CMYK 0 0.96 0.37 0.13
HSL 323.1º 0.93% 0.45% -
HSV(B) 323.1º 0.96% 0.87% -
XYZ 34.57 17.41 25.96 -
YUV 86.62 157.57 223.85 -
System Red Green Blue C M Y K H S L
Decimal 221 8 139 0 0.96 0.37 0.13 323.1 0.93 0.45
Hex DD 8 8B 0 60 25 D 143 5D 2D
Octal 335 10 213 0 140 45 15 503 135 55
Binary 11011101 1000 10001011 0 1100000 100101 1101 101000011 1011101 101101

Color Harmonies of #DD088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD088B

Black with #DD088B

Text Example


Text Example

White with #DD088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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