Html Css Color HEX #DD01FF Psychedelic Purple

📋 copy color: '#DD01FF'

red 221 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #DD01FF

Tints of Psychedelic Purple #DD01FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 46.33%
G = 0.21%
B = 53.46%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD01FF (or 0xDD01FF) is known color: Psychedelic Purple. HEX triplet: DD, 01 and FF. RGB value is (221,1,255). Sum of RGB (Red+Green+Blue) = 221+1+255=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01FF is #22FE00. Grayscale: #5E5E5E. Windows color (decimal): -2293249 or 16712157. OLE color: 16712157.

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

Color convert

RGB 221 1 255 -
CMYK 0.13 1.00 0 0
HSL 291.97º 1% 0.5% -
HSV(B) 291.97º 1% 1% -
XYZ 47.88 22.61 96.45 -
YUV 95.74 217.89 217.35 -
System Red Green Blue C M Y K H S L
Decimal 221 1 255 0.13 1.00 0 0 291.97 1 0.5
Hex DD 1 FF D 64 0 0 124 64 32
Octal 335 1 377 15 144 0 0 444 144 62
Binary 11011101 1 11111111 1101 1100100 0 0 100100100 1100100 110010

Color Harmonies of #DD01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01FF

Black with #DD01FF

Text Example


Text Example

White with #DD01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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