Html Css Color HEX #DD1B8B Medium Violet Red

📋 copy color: '#DD1B8B'

red 221 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #DD1B8B

Tints of Medium Violet Red #DD1B8B

RGB

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

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

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

R = 57.11%
G = 6.98%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD1B8B (or 0xDD1B8B) is known color: Medium Violet Red. HEX triplet: DD, 1B and 8B. RGB value is (221,27,139). Sum of RGB (Red+Green+Blue) = 221+27+139=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B8B is #22E474. Grayscale: #616161. Windows color (decimal): -2286709 or 9116637. OLE color: 9116637.

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

Color convert

RGB 221 27 139 -
CMYK 0 0.88 0.37 0.13
HSL 325.36º 0.78% 0.49% -
HSV(B) 325.36º 0.88% 0.87% -
XYZ 34.87 18.02 26.07 -
YUV 97.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 221 27 139 0 0.88 0.37 0.13 325.36 0.78 0.49
Hex DD 1B 8B 0 58 25 D 145 4E 31
Octal 335 33 213 0 130 45 15 505 116 61
Binary 11011101 11011 10001011 0 1011000 100101 1101 101000101 1001110 110001

Color Harmonies of #DD1B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B8B

Black with #DD1B8B

Text Example


Text Example

White with #DD1B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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