Html Css Color HEX #DD1EEE Psychedelic Purple

📋 copy color: '#DD1EEE'

red 221 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #DD1EEE

Tints of Psychedelic Purple #DD1EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.13%

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

R = 45.19%
G = 6.13%
B = 48.67%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD1EEE (or 0xDD1EEE) is known color: Psychedelic Purple. HEX triplet: DD, 1E and EE. RGB value is (221,30,238). Sum of RGB (Red+Green+Blue) = 221+30+238=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EEE is #22E111. Grayscale: #6E6E6E. Windows color (decimal): -2285842 or 15605469. OLE color: 15605469.

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

Color convert

RGB 221 30 238 -
CMYK 0.07 0.87 0 0.07
HSL 295.1º 0.86% 0.53% -
HSV(B) 295.1º 0.87% 0.93% -
XYZ 45.72 22.47 82.82 -
YUV 110.82 199.78 206.59 -
System Red Green Blue C M Y K H S L
Decimal 221 30 238 0.07 0.87 0 0.07 295.1 0.86 0.53
Hex DD 1E EE 7 57 0 7 127 56 35
Octal 335 36 356 7 127 0 7 447 126 65
Binary 11011101 11110 11101110 111 1010111 0 111 100100111 1010110 110101

Color Harmonies of #DD1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EEE

Black with #DD1EEE

Text Example


Text Example

White with #DD1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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