Html Css Color HEX #DD16FA Psychedelic Purple

📋 copy color: '#DD16FA'

red 221 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #DD16FA

Tints of Psychedelic Purple #DD16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.46%

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

R = 44.83%
G = 4.46%
B = 50.71%

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

#DD16FA (or 0xDD16FA) is known color: Psychedelic Purple. HEX triplet: DD, 16 and FA. RGB value is (221,22,250). Sum of RGB (Red+Green+Blue) = 221+22+250=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 22 (8.98% from 255 or 4.46% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16FA is #22E905. Grayscale: #6A6A6A. Windows color (decimal): -2287878 or 16389853. OLE color: 16389853.

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

Color convert

RGB 221 22 250 -
CMYK 0.12 0.91 0 0.02
HSL 292.37º 0.96% 0.53% -
HSV(B) 292.37º 0.91% 0.98% -
XYZ 47.36 22.85 92.36 -
YUV 107.49 208.43 208.96 -
System Red Green Blue C M Y K H S L
Decimal 221 22 250 0.12 0.91 0 0.02 292.37 0.96 0.53
Hex DD 16 FA C 5B 0 2 124 60 35
Octal 335 26 372 14 133 0 2 444 140 65
Binary 11011101 10110 11111010 1100 1011011 0 10 100100100 1100000 110101

Color Harmonies of #DD16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16FA

Black with #DD16FA

Text Example


Text Example

White with #DD16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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