#DD1CFA

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

Shades of Psychedelic Purple #DD1CFA

Tints of Psychedelic Purple #DD1CFA

Color information

#DD1CFA (or 0xDD1CFA) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 1C and FA. RGB value is (221,28,250). Sum of RGB (Red+Green+Blue) = 221+28+250=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CFA is #22E305. Grayscale: #6E6E6E. Windows color (decimal): -2286342 or 16391389. OLE color: 16391389.

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

Color convert

RGB22128250-
CMYK0.120.8900.02
HSL292.16º95.69%54.51%-
HSV(B)292.16º88.8%98.04%-
XYZ47.4923.192.4-
YUV111.01206.44206.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 28 (11.33% from 255) = 5.61%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=44.29%
G=5.61%
B=50.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221282500.120.8900.02292.1695.6954.51
HexDD1CFAC59021246037
Octal33534372141310244414067
Binary110111011110011111010110010110010101001001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1CFA; }

 p { color: rgb(221,28,250); }

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

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

 a { background-color: rgb(221,28,250); }

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

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

 span { border-color: rgb(221,28,250); }

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