Html Css Color HEX #DD17E6 Psychedelic Purple

📋 copy color: '#DD17E6'

red 221 ◦ green 23 ◦ blue 230

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

Shades of Psychedelic Purple #DD17E6

Tints of Psychedelic Purple #DD17E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 46.62%
G = 4.85%
B = 48.52%

CMYK

 C value IS 0.04

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD17E6 (or 0xDD17E6) is known color: Psychedelic Purple. HEX triplet: DD, 17 and E6. RGB value is (221,23,230). Sum of RGB (Red+Green+Blue) = 221+23+230=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD17E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17E6 is #22E819. Grayscale: #696969. Windows color (decimal): -2287642 or 15079389. OLE color: 15079389.

HSL color Cylindrical-coordinate representation of color #DD17E6: hue angle of 297.39º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17E6 is Cyan = 0.04, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 23 230 -
CMYK 0.04 0.9 0 0.10
HSL 297.39º 0.82% 0.5% -
HSV(B) 297.39º 0.9% 0.9% -
XYZ 44.41 21.7 76.71 -
YUV 105.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 221 23 230 0.04 0.9 0 0.10 297.39 0.82 0.5
Hex DD 17 E6 4 5A 0 A 129 52 32
Octal 335 27 346 4 132 0 12 451 122 62
Binary 11011101 10111 11100110 100 1011010 0 1010 100101001 1010010 110010

Color Harmonies of #DD17E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17E6

Black with #DD17E6

Text Example


Text Example

White with #DD17E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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