Html Css Color HEX #DD13FE Psychedelic Purple

📋 copy color: '#DD13FE'

red 221 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #DD13FE

Tints of Psychedelic Purple #DD13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 44.74%
G = 3.85%
B = 51.42%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD13FE (or 0xDD13FE) is known color: Psychedelic Purple. HEX triplet: DD, 13 and FE. RGB value is (221,19,254). Sum of RGB (Red+Green+Blue) = 221+19+254=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13FE is #22EC01. Grayscale: #696969. Windows color (decimal): -2288642 or 16651229. OLE color: 16651229.

HSL color Cylindrical-coordinate representation of color #DD13FE: hue angle of 291.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD13FE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 19 254 -
CMYK 0.13 0.93 0 0.00
HSL 291.57º 0.99% 0.54% -
HSV(B) 291.57º 0.93% 1% -
XYZ 47.94 22.99 95.68 -
YUV 106.19 211.42 209.89 -
System Red Green Blue C M Y K H S L
Decimal 221 19 254 0.13 0.93 0 0.00 291.57 0.99 0.54
Hex DD 13 FE D 5D 0 0 124 63 36
Octal 335 23 376 15 135 0 0 444 143 66
Binary 11011101 10011 11111110 1101 1011101 0 0 100100100 1100011 110110

Color Harmonies of #DD13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13FE

Black with #DD13FE

Text Example


Text Example

White with #DD13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13FE; }

 p { color: rgb(221,19,254); }

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

background-color css

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

 a { background-color: rgb(221,19,254); }

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

border-color css

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

 span { border-color: rgb(221,19,254); }

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