Html Css Color HEX #DD11EE Psychedelic Purple

📋 copy color: '#DD11EE'

red 221 ◦ green 17 ◦ blue 238

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

Shades of Psychedelic Purple #DD11EE

Tints of Psychedelic Purple #DD11EE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.57%

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

R = 46.43%
G = 3.57%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD11EE (or 0xDD11EE) is known color: Psychedelic Purple. HEX triplet: DD, 11 and EE. RGB value is (221,17,238). Sum of RGB (Red+Green+Blue) = 221+17+238=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11EE is #22EE11. Grayscale: #666666. Windows color (decimal): -2289170 or 15602141. OLE color: 15602141.

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

Color convert

RGB 221 17 238 -
CMYK 0.07 0.93 0 0.07
HSL 295.38º 0.87% 0.5% -
HSV(B) 295.38º 0.93% 0.93% -
XYZ 45.45 21.95 82.73 -
YUV 103.19 204.09 212.03 -
System Red Green Blue C M Y K H S L
Decimal 221 17 238 0.07 0.93 0 0.07 295.38 0.87 0.5
Hex DD 11 EE 7 5D 0 7 127 57 32
Octal 335 21 356 7 135 0 7 447 127 62
Binary 11011101 10001 11101110 111 1011101 0 111 100100111 1010111 110010

Color Harmonies of #DD11EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11EE

Black with #DD11EE

Text Example


Text Example

White with #DD11EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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