Html Css Color HEX #DD17EF Psychedelic Purple

📋 copy color: '#DD17EF'

red 221 ◦ green 23 ◦ blue 239

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

Shades of Psychedelic Purple #DD17EF

Tints of Psychedelic Purple #DD17EF

RGB

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

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

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

R = 45.76%
G = 4.76%
B = 49.48%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD17EF (or 0xDD17EF) is known color: Psychedelic Purple. HEX triplet: DD, 17 and EF. RGB value is (221,23,239). Sum of RGB (Red+Green+Blue) = 221+23+239=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17EF is #22E810. Grayscale: #6A6A6A. Windows color (decimal): -2287633 or 15669213. OLE color: 15669213.

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

Color convert

RGB 221 23 239 -
CMYK 0.08 0.90 0 0.06
HSL 295º 0.87% 0.51% -
HSV(B) 295º 0.9% 0.94% -
XYZ 45.71 22.22 83.54 -
YUV 106.83 202.6 209.44 -
System Red Green Blue C M Y K H S L
Decimal 221 23 239 0.08 0.90 0 0.06 295 0.87 0.51
Hex DD 17 EF 8 5A 0 6 127 57 33
Octal 335 27 357 10 132 0 6 447 127 63
Binary 11011101 10111 11101111 1000 1011010 0 110 100100111 1010111 110011

Color Harmonies of #DD17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17EF

Black with #DD17EF

Text Example


Text Example

White with #DD17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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