Html Css Color HEX #DD18C6 Deep Magenta

📋 copy color: '#DD18C6'

red 221 ◦ green 24 ◦ blue 198

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

Shades of Deep Magenta #DD18C6

Tints of Deep Magenta #DD18C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 49.89%
G = 5.42%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD18C6 (or 0xDD18C6) is known color: Deep Magenta. HEX triplet: DD, 18 and C6. RGB value is (221,24,198). Sum of RGB (Red+Green+Blue) = 221+24+198=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18C6 is #22E739. Grayscale: #666666. Windows color (decimal): -2287418 or 12982493. OLE color: 12982493.

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

Color convert

RGB 221 24 198 -
CMYK 0 0.89 0.10 0.13
HSL 307.01º 0.8% 0.48% -
HSV(B) 307.01º 0.89% 0.87% -
XYZ 40.34 20.1 55.18 -
YUV 102.74 181.77 212.35 -
System Red Green Blue C M Y K H S L
Decimal 221 24 198 0 0.89 0.10 0.13 307.01 0.8 0.48
Hex DD 18 C6 0 59 A D 133 50 30
Octal 335 30 306 0 131 12 15 463 120 60
Binary 11011101 11000 11000110 0 1011001 1010 1101 100110011 1010000 110000

Color Harmonies of #DD18C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18C6

Black with #DD18C6

Text Example


Text Example

White with #DD18C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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