Html Css Color HEX #DD0B84 Medium Violet Red

📋 copy color: '#DD0B84'

red 221 ◦ green 11 ◦ blue 132

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

Shades of Medium Violet Red #DD0B84

Tints of Medium Violet Red #DD0B84

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 60.71%
G = 3.02%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD0B84 (or 0xDD0B84) is known color: Medium Violet Red. HEX triplet: DD, 0B and 84. RGB value is (221,11,132). Sum of RGB (Red+Green+Blue) = 221+11+132=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0B84 is #22F47B. Grayscale: #575757. Windows color (decimal): -2290812 or 8653789. OLE color: 8653789.

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

Color convert

RGB 221 11 132 -
CMYK 0 0.95 0.40 0.13
HSL 325.43º 0.91% 0.45% -
HSV(B) 325.43º 0.95% 0.87% -
XYZ 34.1 17.28 23.37 -
YUV 87.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 221 11 132 0 0.95 0.40 0.13 325.43 0.91 0.45
Hex DD B 84 0 5F 28 D 145 5B 2D
Octal 335 13 204 0 137 50 15 505 133 55
Binary 11011101 1011 10000100 0 1011111 101000 1101 101000101 1011011 101101

Color Harmonies of #DD0B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B84

Black with #DD0B84

Text Example


Text Example

White with #DD0B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B84; }

 p { color: rgb(221,11,132); }

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

background-color css

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

 a { background-color: rgb(221,11,132); }

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

border-color css

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

 span { border-color: rgb(221,11,132); }

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