Html Css Color HEX #DD18C1 Deep Magenta

📋 copy color: '#DD18C1'

red 221 ◦ green 24 ◦ blue 193

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

Shades of Deep Magenta #DD18C1

Tints of Deep Magenta #DD18C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 50.46%
G = 5.48%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD18C1 (or 0xDD18C1) is known color: Deep Magenta. HEX triplet: DD, 18 and C1. RGB value is (221,24,193). Sum of RGB (Red+Green+Blue) = 221+24+193=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18C1 is #22E73E. Grayscale: #656565. Windows color (decimal): -2287423 or 12654813. OLE color: 12654813.

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

Color convert

RGB 221 24 193 -
CMYK 0 0.89 0.13 0.13
HSL 308.53º 0.8% 0.48% -
HSV(B) 308.53º 0.89% 0.87% -
XYZ 39.77 19.88 52.19 -
YUV 102.17 179.27 212.76 -
System Red Green Blue C M Y K H S L
Decimal 221 24 193 0 0.89 0.13 0.13 308.53 0.8 0.48
Hex DD 18 C1 0 59 D D 135 50 30
Octal 335 30 301 0 131 15 15 465 120 60
Binary 11011101 11000 11000001 0 1011001 1101 1101 100110101 1010000 110000

Color Harmonies of #DD18C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18C1

Black with #DD18C1

Text Example


Text Example

White with #DD18C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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