Html Css Color HEX #DD18EC Psychedelic Purple

📋 copy color: '#DD18EC'

red 221 ◦ green 24 ◦ blue 236

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

Shades of Psychedelic Purple #DD18EC

Tints of Psychedelic Purple #DD18EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 45.95%
G = 4.99%
B = 49.06%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD18EC (or 0xDD18EC) is known color: Psychedelic Purple. HEX triplet: DD, 18 and EC. RGB value is (221,24,236). Sum of RGB (Red+Green+Blue) = 221+24+236=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18EC is #22E713. Grayscale: #6A6A6A. Windows color (decimal): -2287380 or 15472861. OLE color: 15472861.

HSL color Cylindrical-coordinate representation of color #DD18EC: hue angle of 295.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD18EC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 24 236 -
CMYK 0.06 0.90 0 0.07
HSL 295.75º 0.85% 0.51% -
HSV(B) 295.75º 0.9% 0.93% -
XYZ 45.29 22.08 81.23 -
YUV 107.07 200.77 209.26 -
System Red Green Blue C M Y K H S L
Decimal 221 24 236 0.06 0.90 0 0.07 295.75 0.85 0.51
Hex DD 18 EC 6 5A 0 7 128 55 33
Octal 335 30 354 6 132 0 7 450 125 63
Binary 11011101 11000 11101100 110 1011010 0 111 100101000 1010101 110011

Color Harmonies of #DD18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18EC

Black with #DD18EC

Text Example


Text Example

White with #DD18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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