Html Css Color HEX #DD17ED Psychedelic Purple

📋 copy color: '#DD17ED'

red 221 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #DD17ED

Tints of Psychedelic Purple #DD17ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.78%

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 45.95%
G = 4.78%
B = 49.27%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD17ED (or 0xDD17ED) is known color: Psychedelic Purple. HEX triplet: DD, 17 and ED. RGB value is (221,23,237). Sum of RGB (Red+Green+Blue) = 221+23+237=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17ED is #22E812. Grayscale: #696969. Windows color (decimal): -2287635 or 15538141. OLE color: 15538141.

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

Color convert

RGB 221 23 237 -
CMYK 0.07 0.90 0 0.07
HSL 295.51º 0.86% 0.51% -
HSV(B) 295.51º 0.9% 0.93% -
XYZ 45.41 22.1 81.99 -
YUV 106.6 201.6 209.6 -
System Red Green Blue C M Y K H S L
Decimal 221 23 237 0.07 0.90 0 0.07 295.51 0.86 0.51
Hex DD 17 ED 7 5A 0 7 128 56 33
Octal 335 27 355 7 132 0 7 450 126 63
Binary 11011101 10111 11101101 111 1011010 0 111 100101000 1010110 110011

Color Harmonies of #DD17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17ED

Black with #DD17ED

Text Example


Text Example

White with #DD17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17ED; }

 p { color: rgb(221,23,237); }

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

background-color css

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

 a { background-color: rgb(221,23,237); }

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

border-color css

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

 span { border-color: rgb(221,23,237); }

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