Html Css Color HEX #DD19EC Psychedelic Purple

📋 copy color: '#DD19EC'

red 221 ◦ green 25 ◦ blue 236

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

Shades of Psychedelic Purple #DD19EC

Tints of Psychedelic Purple #DD19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.19%

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

R = 45.85%
G = 5.19%
B = 48.96%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD19EC (or 0xDD19EC) is known color: Psychedelic Purple. HEX triplet: DD, 19 and EC. RGB value is (221,25,236). Sum of RGB (Red+Green+Blue) = 221+25+236=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19EC is #22E613. Grayscale: #6B6B6B. Windows color (decimal): -2287124 or 15473117. OLE color: 15473117.

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

Color convert

RGB 221 25 236 -
CMYK 0.06 0.89 0 0.07
HSL 295.73º 0.85% 0.51% -
HSV(B) 295.73º 0.89% 0.93% -
XYZ 45.31 22.12 81.24 -
YUV 107.66 200.43 208.84 -
System Red Green Blue C M Y K H S L
Decimal 221 25 236 0.06 0.89 0 0.07 295.73 0.85 0.51
Hex DD 19 EC 6 59 0 7 128 55 33
Octal 335 31 354 6 131 0 7 450 125 63
Binary 11011101 11001 11101100 110 1011001 0 111 100101000 1010101 110011

Color Harmonies of #DD19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19EC

Black with #DD19EC

Text Example


Text Example

White with #DD19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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