Html Css Color HEX #DD1AEE Psychedelic Purple

📋 copy color: '#DD1AEE'

red 221 ◦ green 26 ◦ blue 238

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

Shades of Psychedelic Purple #DD1AEE

Tints of Psychedelic Purple #DD1AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.36%

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

R = 45.57%
G = 5.36%
B = 49.07%

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

#DD1AEE (or 0xDD1AEE) is known color: Psychedelic Purple. HEX triplet: DD, 1A and EE. RGB value is (221,26,238). Sum of RGB (Red+Green+Blue) = 221+26+238=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD1AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1AEE is #22E511. Grayscale: #6B6B6B. Windows color (decimal): -2286866 or 15604445. OLE color: 15604445.

HSL color Cylindrical-coordinate representation of color #DD1AEE: hue angle of 295.19º 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 #DD1AEE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 26 238 -
CMYK 0.07 0.89 0 0.07
HSL 295.19º 0.86% 0.52% -
HSV(B) 295.19º 0.89% 0.93% -
XYZ 45.62 22.28 82.79 -
YUV 108.47 201.1 208.26 -
System Red Green Blue C M Y K H S L
Decimal 221 26 238 0.07 0.89 0 0.07 295.19 0.86 0.52
Hex DD 1A EE 7 59 0 7 127 56 34
Octal 335 32 356 7 131 0 7 447 126 64
Binary 11011101 11010 11101110 111 1011001 0 111 100100111 1010110 110100

Color Harmonies of #DD1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AEE

Black with #DD1AEE

Text Example


Text Example

White with #DD1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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