Html Css Color HEX #DD19EB Psychedelic Purple

📋 copy color: '#DD19EB'

red 221 ◦ green 25 ◦ blue 235

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

Shades of Psychedelic Purple #DD19EB

Tints of Psychedelic Purple #DD19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 45.95%
G = 5.2%
B = 48.86%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD19EB (or 0xDD19EB) is known color: Psychedelic Purple. HEX triplet: DD, 19 and EB. RGB value is (221,25,235). Sum of RGB (Red+Green+Blue) = 221+25+235=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD19EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19EB is #22E614. Grayscale: #6A6A6A. Windows color (decimal): -2287125 or 15407581. OLE color: 15407581.

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

Color convert

RGB 221 25 235 -
CMYK 0.06 0.89 0 0.08
HSL 296º 0.84% 0.51% -
HSV(B) 296º 0.89% 0.92% -
XYZ 45.16 22.07 80.48 -
YUV 107.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 221 25 235 0.06 0.89 0 0.08 296 0.84 0.51
Hex DD 19 EB 6 59 0 8 128 54 33
Octal 335 31 353 6 131 0 10 450 124 63
Binary 11011101 11001 11101011 110 1011001 0 1000 100101000 1010100 110011

Color Harmonies of #DD19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19EB

Black with #DD19EB

Text Example


Text Example

White with #DD19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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