Html Css Color HEX #DD17FA Psychedelic Purple

📋 copy color: '#DD17FA'

red 221 ◦ green 23 ◦ blue 250

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

Shades of Psychedelic Purple #DD17FA

Tints of Psychedelic Purple #DD17FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 44.74%
G = 4.66%
B = 50.61%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD17FA (or 0xDD17FA) is known color: Psychedelic Purple. HEX triplet: DD, 17 and FA. RGB value is (221,23,250). Sum of RGB (Red+Green+Blue) = 221+23+250=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17FA is #22E805. Grayscale: #6B6B6B. Windows color (decimal): -2287622 or 16390109. OLE color: 16390109.

HSL color Cylindrical-coordinate representation of color #DD17FA: hue angle of 292.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD17FA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 23 250 -
CMYK 0.12 0.91 0 0.02
HSL 292.33º 0.96% 0.54% -
HSV(B) 292.33º 0.91% 0.98% -
XYZ 47.38 22.89 92.36 -
YUV 108.08 208.1 208.54 -
System Red Green Blue C M Y K H S L
Decimal 221 23 250 0.12 0.91 0 0.02 292.33 0.96 0.54
Hex DD 17 FA C 5B 0 2 124 60 36
Octal 335 27 372 14 133 0 2 444 140 66
Binary 11011101 10111 11111010 1100 1011011 0 10 100100100 1100000 110110

Color Harmonies of #DD17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17FA

Black with #DD17FA

Text Example


Text Example

White with #DD17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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