#DD18FB

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

Shades of Psychedelic Purple #DD18FB

Tints of Psychedelic Purple #DD18FB

Color information

#DD18FB (or 0xDD18FB) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 18 and FB. RGB value is (221,24,251). Sum of RGB (Red+Green+Blue) = 221+24+251=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18FB is #22E704. Grayscale: #6C6C6C. Windows color (decimal): -2287365 or 16455901. OLE color: 16455901.

HSL color Cylindrical-coordinate representation of color #DD18FB: hue angle of 292.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD18FB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22124251-
CMYK0.120.9000.02
HSL292.07º96.6%53.92%-
HSV(B)292.07º90.44%98.43%-
XYZ47.5622.9993.2-
YUV108.78208.27208.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 24 (9.77% from 255) = 4.84%
BLUE value IS 251 (98.44% from 255) = 50.60%
R=44.56%
G=4.84%
B=50.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221242510.120.9000.02292.0796.653.92
HexDD18FBC5A021246136
Octal33530373141320244414166
Binary110111011100011111011110010110100101001001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD18FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD18FB; }

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

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

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

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

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

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

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

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