Html Css Color HEX #DD1B8D Medium Violet Red

📋 copy color: '#DD1B8D'

red 221 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #DD1B8D

Tints of Medium Violet Red #DD1B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 56.81%
G = 6.94%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD1B8D (or 0xDD1B8D) is known color: Medium Violet Red. HEX triplet: DD, 1B and 8D. RGB value is (221,27,141). Sum of RGB (Red+Green+Blue) = 221+27+141=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B8D is #22E472. Grayscale: #616161. Windows color (decimal): -2286707 or 9247709. OLE color: 9247709.

HSL color Cylindrical-coordinate representation of color #DD1B8D: hue angle of 324.74º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B8D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 141 -
CMYK 0 0.88 0.36 0.13
HSL 324.74º 0.78% 0.49% -
HSV(B) 324.74º 0.88% 0.87% -
XYZ 35.02 18.08 26.84 -
YUV 98 152.27 215.73 -
System Red Green Blue C M Y K H S L
Decimal 221 27 141 0 0.88 0.36 0.13 324.74 0.78 0.49
Hex DD 1B 8D 0 58 24 D 145 4E 31
Octal 335 33 215 0 130 44 15 505 116 61
Binary 11011101 11011 10001101 0 1011000 100100 1101 101000101 1001110 110001

Color Harmonies of #DD1B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B8D

Black with #DD1B8D

Text Example


Text Example

White with #DD1B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B8D; }

 p { color: rgb(221,27,141); }

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

background-color css

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

 a { background-color: rgb(221,27,141); }

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

border-color css

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

 span { border-color: rgb(221,27,141); }

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