Html Css Color HEX #DD187E Medium Violet Red

📋 copy color: '#DD187E'

red 221 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #DD187E

Tints of Medium Violet Red #DD187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 59.57%
G = 6.47%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD187E (or 0xDD187E) is known color: Medium Violet Red. HEX triplet: DD, 18 and 7E. RGB value is (221,24,126). Sum of RGB (Red+Green+Blue) = 221+24+126=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD187E is #22E781. Grayscale: #5E5E5E. Windows color (decimal): -2287490 or 8263901. OLE color: 8263901.

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

Color convert

RGB 221 24 126 -
CMYK 0 0.89 0.43 0.13
HSL 328.93º 0.8% 0.48% -
HSV(B) 328.93º 0.89% 0.87% -
XYZ 33.91 17.53 21.34 -
YUV 94.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 221 24 126 0 0.89 0.43 0.13 328.93 0.8 0.48
Hex DD 18 7E 0 59 2B D 149 50 30
Octal 335 30 176 0 131 53 15 511 120 60
Binary 11011101 11000 1111110 0 1011001 101011 1101 101001001 1010000 110000

Color Harmonies of #DD187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD187E

Black with #DD187E

Text Example


Text Example

White with #DD187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD187E; }

 p { color: rgb(221,24,126); }

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

background-color css

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

 a { background-color: rgb(221,24,126); }

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

border-color css

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

 span { border-color: rgb(221,24,126); }

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