Html Css Color HEX #DD19EE Psychedelic Purple

📋 copy color: '#DD19EE'

red 221 ◦ green 25 ◦ blue 238

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

Shades of Psychedelic Purple #DD19EE

Tints of Psychedelic Purple #DD19EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 45.66%
G = 5.17%
B = 49.17%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD19EE (or 0xDD19EE) is known color: Psychedelic Purple. HEX triplet: DD, 19 and EE. RGB value is (221,25,238). Sum of RGB (Red+Green+Blue) = 221+25+238=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19EE is #22E611. Grayscale: #6B6B6B. Windows color (decimal): -2287122 or 15604189. OLE color: 15604189.

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

Color convert

RGB 221 25 238 -
CMYK 0.07 0.89 0 0.07
HSL 295.21º 0.86% 0.52% -
HSV(B) 295.21º 0.89% 0.93% -
XYZ 45.6 22.24 82.78 -
YUV 107.89 201.43 208.68 -
System Red Green Blue C M Y K H S L
Decimal 221 25 238 0.07 0.89 0 0.07 295.21 0.86 0.52
Hex DD 19 EE 7 59 0 7 127 56 34
Octal 335 31 356 7 131 0 7 447 126 64
Binary 11011101 11001 11101110 111 1011001 0 111 100100111 1010110 110100

Color Harmonies of #DD19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19EE

Black with #DD19EE

Text Example


Text Example

White with #DD19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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