Html Css Color HEX #DD19FF Psychedelic Purple

📋 copy color: '#DD19FF'

red 221 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #DD19FF

Tints of Psychedelic Purple #DD19FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 44.11%
G = 4.99%
B = 50.9%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD19FF (or 0xDD19FF) is known color: Psychedelic Purple. HEX triplet: DD, 19 and FF. RGB value is (221,25,255). Sum of RGB (Red+Green+Blue) = 221+25+255=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19FF is #22E600. Grayscale: #6D6D6D. Windows color (decimal): -2287105 or 16718301. OLE color: 16718301.

HSL color Cylindrical-coordinate representation of color #DD19FF: hue angle of 291.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19FF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 25 255 -
CMYK 0.13 0.90 0 0
HSL 291.13º 1% 0.55% -
HSV(B) 291.13º 0.9% 1% -
XYZ 48.22 23.29 96.56 -
YUV 109.82 209.93 207.3 -
System Red Green Blue C M Y K H S L
Decimal 221 25 255 0.13 0.90 0 0 291.13 1 0.55
Hex DD 19 FF D 5A 0 0 123 64 37
Octal 335 31 377 15 132 0 0 443 144 67
Binary 11011101 11001 11111111 1101 1011010 0 0 100100011 1100100 110111

Color Harmonies of #DD19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19FF

Black with #DD19FF

Text Example


Text Example

White with #DD19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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