Html Css Color HEX #DD01FE Psychedelic Purple

📋 copy color: '#DD01FE'

red 221 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #DD01FE

Tints of Psychedelic Purple #DD01FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 46.43%
G = 0.21%
B = 53.36%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD01FE (or 0xDD01FE) is known color: Psychedelic Purple. HEX triplet: DD, 01 and FE. RGB value is (221,1,254). Sum of RGB (Red+Green+Blue) = 221+1+254=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01FE is #22FE01. Grayscale: #5E5E5E. Windows color (decimal): -2293250 or 16646621. OLE color: 16646621.

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

Color convert

RGB 221 1 254 -
CMYK 0.13 1.00 0 0.00
HSL 292.17º 0.99% 0.5% -
HSV(B) 292.17º 1% 1% -
XYZ 47.72 22.55 95.6 -
YUV 95.62 217.39 217.43 -
System Red Green Blue C M Y K H S L
Decimal 221 1 254 0.13 1.00 0 0.00 292.17 0.99 0.5
Hex DD 1 FE D 64 0 0 124 63 32
Octal 335 1 376 15 144 0 0 444 143 62
Binary 11011101 1 11111110 1101 1100100 0 0 100100100 1100011 110010

Color Harmonies of #DD01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01FE

Black with #DD01FE

Text Example


Text Example

White with #DD01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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