Html Css Color HEX #DD15EF Psychedelic Purple

📋 copy color: '#DD15EF'

red 221 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #DD15EF

Tints of Psychedelic Purple #DD15EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 45.95%
G = 4.37%
B = 49.69%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD15EF (or 0xDD15EF) is known color: Psychedelic Purple. HEX triplet: DD, 15 and EF. RGB value is (221,21,239). Sum of RGB (Red+Green+Blue) = 221+21+239=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15EF is #22EA10. Grayscale: #686868. Windows color (decimal): -2288145 or 15668701. OLE color: 15668701.

HSL color Cylindrical-coordinate representation of color #DD15EF: hue angle of 295.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15EF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 21 239 -
CMYK 0.08 0.91 0 0.06
HSL 295.05º 0.87% 0.51% -
HSV(B) 295.05º 0.91% 0.94% -
XYZ 45.67 22.14 83.53 -
YUV 105.65 203.26 210.27 -
System Red Green Blue C M Y K H S L
Decimal 221 21 239 0.08 0.91 0 0.06 295.05 0.87 0.51
Hex DD 15 EF 8 5B 0 6 127 57 33
Octal 335 25 357 10 133 0 6 447 127 63
Binary 11011101 10101 11101111 1000 1011011 0 110 100100111 1010111 110011

Color Harmonies of #DD15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15EF

Black with #DD15EF

Text Example


Text Example

White with #DD15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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