#DD36FD

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

Shades of Psychedelic Purple #DD36FD

Tints of Psychedelic Purple #DD36FD

Color information

#DD36FD (or 0xDD36FD) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 36 and FD. RGB value is (221,54,253). Sum of RGB (Red+Green+Blue) = 221+54+253=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 54 (21.48% from 255 or 10.23% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD36FD is #22C902. Grayscale: #7D7D7D. Windows color (decimal): -2279683 or 16594653. OLE color: 16594653.

HSL color Cylindrical-coordinate representation of color #DD36FD: hue angle of 290.35º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD36FD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22154253-
CMYK0.130.7900.01
HSL290.35º98.03%60.2%-
HSV(B)290.35º78.66%99.22%-
XYZ48.8725.195.2-
YUV126.62199.33195.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 54 (21.48% from 255) = 10.23%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=41.86%
G=10.23%
B=47.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221542530.130.7900.01290.3598.0360.2
HexDD36FDD4F01122623c
Octal33566375151170144214274
Binary110111011101101111110111011001111011001000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD36FD; }

 p { color: rgb(221,54,253); }

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

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

 a { background-color: rgb(221,54,253); }

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

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

 span { border-color: rgb(221,54,253); }

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