Html Css Color HEX #DD15EE Psychedelic Purple

📋 copy color: '#DD15EE'

red 221 ◦ green 21 ◦ blue 238

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

Shades of Psychedelic Purple #DD15EE

Tints of Psychedelic Purple #DD15EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.38%

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

R = 46.04%
G = 4.38%
B = 49.58%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD15EE (or 0xDD15EE) is known color: Psychedelic Purple. HEX triplet: DD, 15 and EE. RGB value is (221,21,238). Sum of RGB (Red+Green+Blue) = 221+21+238=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15EE is #22EA11. Grayscale: #686868. Windows color (decimal): -2288146 or 15603165. OLE color: 15603165.

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

Color convert

RGB 221 21 238 -
CMYK 0.07 0.91 0 0.07
HSL 295.3º 0.86% 0.51% -
HSV(B) 295.3º 0.91% 0.93% -
XYZ 45.52 22.08 82.75 -
YUV 105.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 221 21 238 0.07 0.91 0 0.07 295.3 0.86 0.51
Hex DD 15 EE 7 5B 0 7 127 56 33
Octal 335 25 356 7 133 0 7 447 126 63
Binary 11011101 10101 11101110 111 1011011 0 111 100100111 1010110 110011

Color Harmonies of #DD15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15EE

Black with #DD15EE

Text Example


Text Example

White with #DD15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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