Html Css Color HEX #DD0D88 Medium Violet Red

📋 copy color: '#DD0D88'

red 221 ◦ green 13 ◦ blue 136

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

Shades of Medium Violet Red #DD0D88

Tints of Medium Violet Red #DD0D88

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 59.73%
G = 3.51%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0D88 (or 0xDD0D88) is known color: Medium Violet Red. HEX triplet: DD, 0D and 88. RGB value is (221,13,136). Sum of RGB (Red+Green+Blue) = 221+13+136=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D88 is #22F277. Grayscale: #585858. Windows color (decimal): -2290296 or 8916445. OLE color: 8916445.

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

Color convert

RGB 221 13 136 -
CMYK 0 0.94 0.38 0.13
HSL 324.52º 0.89% 0.46% -
HSV(B) 324.52º 0.94% 0.87% -
XYZ 34.41 17.44 24.84 -
YUV 89.21 154.41 222 -
System Red Green Blue C M Y K H S L
Decimal 221 13 136 0 0.94 0.38 0.13 324.52 0.89 0.46
Hex DD D 88 0 5E 26 D 145 59 2E
Octal 335 15 210 0 136 46 15 505 131 56
Binary 11011101 1101 10001000 0 1011110 100110 1101 101000101 1011001 101110

Color Harmonies of #DD0D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D88

Black with #DD0D88

Text Example


Text Example

White with #DD0D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D88; }

 p { color: rgb(221,13,136); }

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

background-color css

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

 a { background-color: rgb(221,13,136); }

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

border-color css

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

 span { border-color: rgb(221,13,136); }

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