Html Css Color HEX #DD11EC Psychedelic Purple

📋 copy color: '#DD11EC'

red 221 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #DD11EC

Tints of Psychedelic Purple #DD11EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

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

R = 46.62%
G = 3.59%
B = 49.79%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD11EC (or 0xDD11EC) is known color: Psychedelic Purple. HEX triplet: DD, 11 and EC. RGB value is (221,17,236). Sum of RGB (Red+Green+Blue) = 221+17+236=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11EC is #22EE13. Grayscale: #666666. Windows color (decimal): -2289172 or 15471069. OLE color: 15471069.

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

Color convert

RGB 221 17 236 -
CMYK 0.06 0.93 0 0.07
HSL 295.89º 0.87% 0.5% -
HSV(B) 295.89º 0.93% 0.93% -
XYZ 45.16 21.83 81.19 -
YUV 102.96 203.09 212.19 -
System Red Green Blue C M Y K H S L
Decimal 221 17 236 0.06 0.93 0 0.07 295.89 0.87 0.5
Hex DD 11 EC 6 5D 0 7 128 57 32
Octal 335 21 354 6 135 0 7 450 127 62
Binary 11011101 10001 11101100 110 1011101 0 111 100101000 1010111 110010

Color Harmonies of #DD11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11EC

Black with #DD11EC

Text Example


Text Example

White with #DD11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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