#DD25FA

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

Shades of Psychedelic Purple #DD25FA

Tints of Psychedelic Purple #DD25FA

Color information

#DD25FA (or 0xDD25FA) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 25 and FA. RGB value is (221,37,250). Sum of RGB (Red+Green+Blue) = 221+37+250=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25FA is #22DA05. Grayscale: #737373. Windows color (decimal): -2284038 or 16393693. OLE color: 16393693.

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

Color convert

RGB22137250-
CMYK0.120.8500.02
HSL291.83º95.52%56.27%-
HSV(B)291.83º85.2%98.04%-
XYZ47.7423.692.48-
YUV116.3203.46202.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 37 (14.84% from 255) = 7.28%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=43.50%
G=7.28%
B=49.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221372500.120.8500.02291.8395.5256.27
HexDD25FAC55021246038
Octal33545372141250244414070
Binary1101110110010111111010110010101010101001001001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD25FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD25FA; }

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

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

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

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

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

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

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

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