Html Css Color HEX #DD19FA Psychedelic Purple

📋 copy color: '#DD19FA'

red 221 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #DD19FA

Tints of Psychedelic Purple #DD19FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.04%

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

R = 44.56%
G = 5.04%
B = 50.4%

CMYK

 C value IS 0.12

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD19FA (or 0xDD19FA) is known color: Psychedelic Purple. HEX triplet: DD, 19 and FA. RGB value is (221,25,250). Sum of RGB (Red+Green+Blue) = 221+25+250=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19FA is #22E605. Grayscale: #6C6C6C. Windows color (decimal): -2287110 or 16390621. OLE color: 16390621.

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

Color convert

RGB 221 25 250 -
CMYK 0.12 0.9 0 0.02
HSL 292.27º 0.96% 0.54% -
HSV(B) 292.27º 0.9% 0.98% -
XYZ 47.42 22.97 92.38 -
YUV 109.25 207.43 207.7 -
System Red Green Blue C M Y K H S L
Decimal 221 25 250 0.12 0.9 0 0.02 292.27 0.96 0.54
Hex DD 19 FA C 5A 0 2 124 60 36
Octal 335 31 372 14 132 0 2 444 140 66
Binary 11011101 11001 11111010 1100 1011010 0 10 100100100 1100000 110110

Color Harmonies of #DD19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19FA

Black with #DD19FA

Text Example


Text Example

White with #DD19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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