Html Css Color HEX #DD19F3 Psychedelic Purple

📋 copy color: '#DD19F3'

red 221 ◦ green 25 ◦ blue 243

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

Shades of Psychedelic Purple #DD19F3

Tints of Psychedelic Purple #DD19F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.69%

R = 45.19%
G = 5.11%
B = 49.69%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD19F3 (or 0xDD19F3) is known color: Psychedelic Purple. HEX triplet: DD, 19 and F3. RGB value is (221,25,243). Sum of RGB (Red+Green+Blue) = 221+25+243=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD19F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19F3 is #22E60C. Grayscale: #6B6B6B. Windows color (decimal): -2287117 or 15931869. OLE color: 15931869.

HSL color Cylindrical-coordinate representation of color #DD19F3: hue angle of 293.94º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19F3 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 25 243 -
CMYK 0.09 0.90 0 0.05
HSL 293.94º 0.9% 0.53% -
HSV(B) 293.94º 0.9% 0.95% -
XYZ 46.34 22.54 86.7 -
YUV 108.46 203.93 208.27 -
System Red Green Blue C M Y K H S L
Decimal 221 25 243 0.09 0.90 0 0.05 293.94 0.9 0.53
Hex DD 19 F3 9 5A 0 5 126 5A 35
Octal 335 31 363 11 132 0 5 446 132 65
Binary 11011101 11001 11110011 1001 1011010 0 101 100100110 1011010 110101

Color Harmonies of #DD19F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19F3

Black with #DD19F3

Text Example


Text Example

White with #DD19F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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