#DD1FFB

Color #DD1FFB Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DD1FFB

Tints of Psychedelic Purple #DD1FFB

Color information

#DD1FFB (or 0xDD1FFB) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 1F and FB. RGB value is (221,31,251). Sum of RGB (Red+Green+Blue) = 221+31+251=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1FFB is #22E004. Grayscale: #707070. Windows color (decimal): -2285573 or 16457693. OLE color: 16457693.

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

Color convert

RGB22131251-
CMYK0.120.8800.02
HSL291.82º96.49%55.29%-
HSV(B)291.82º87.65%98.43%-
XYZ47.7223.3293.25-
YUV112.89205.95205.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 31 (12.5% from 255) = 6.16%
BLUE value IS 251 (98.44% from 255) = 49.90%
R=43.94%
G=6.16%
B=49.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221312510.120.8800.02291.8296.4955.29
HexDD1FFBC58021246037
Octal33537373141300244414067
Binary110111011111111111011110010110000101001001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1FFB; }

 p { color: rgb(221,31,251); }

 H1.HeaderClassName
 {
   color: #DD1FFB;
 }
 .AnyTagClassName
 {
   color: #DD1FFB;
 }
</style>
background-color css

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

 a { background-color: rgb(221,31,251); }

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

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

 span { border-color: rgb(221,31,251); }

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