#D534FF

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

Shades of Psychedelic Purple #D534FF

Tints of Psychedelic Purple #D534FF

Color information

#D534FF (or 0xD534FF) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 34 and FF. RGB value is (213,52,255). Sum of RGB (Red+Green+Blue) = 213+52+255=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #D534FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534FF is #2ACB00. Grayscale: #7A7A7A. Windows color (decimal): -2804481 or 16725205. OLE color: 16725205.

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

Color convert

RGB21352255-
CMYK0.160.8000
HSL287.59º100%60.2%-
HSV(B)287.59º79.61%100%-
XYZ46.7223.8296.74-
YUV123.28202.34191.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 52 (20.70% from 255) = 10%
BLUE value IS 255 (100% from 255) = 49.04%
R=40.96%
G=10%
B=49.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213522550.160.8000287.5910060.2
HexD534FF105000120643c
Octal32564377201200044014474
Binary1101010111010011111111100001010000001001000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D534FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D534FF; }

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

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

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

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

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

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

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

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