#D52BFF

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

Shades of Psychedelic Purple #D52BFF

Tints of Psychedelic Purple #D52BFF

Color information

#D52BFF (or 0xD52BFF) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 2B and FF. RGB value is (213,43,255). Sum of RGB (Red+Green+Blue) = 213+43+255=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 43 (17.19% from 255 or 8.41% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #D52BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BFF is #2AD400. Grayscale: #757575. Windows color (decimal): -2806785 or 16722901. OLE color: 16722901.

HSL color Cylindrical-coordinate representation of color #D52BFF: hue angle of 288.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52BFF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21343255-
CMYK0.160.8300
HSL288.11º100%58.43%-
HSV(B)288.11º83.14%100%-
XYZ46.3523.0996.62-
YUV118205.32195.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 43 (17.19% from 255) = 8.41%
BLUE value IS 255 (100% from 255) = 49.90%
R=41.68%
G=8.41%
B=49.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213432550.160.8300288.1110058.43
HexD52BFF105300120643a
Octal32553377201230044014472
Binary1101010110101111111111100001010011001001000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52BFF; }

 p { color: rgb(213,43,255); }

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

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

 a { background-color: rgb(213,43,255); }

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

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

 span { border-color: rgb(213,43,255); }

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