#D834FF

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

Shades of Psychedelic Purple #D834FF

Tints of Psychedelic Purple #D834FF

Color information

#D834FF (or 0xD834FF) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 34 and FF. RGB value is (216,52,255). Sum of RGB (Red+Green+Blue) = 216+52+255=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 52 (20.70% from 255 or 9.94% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #D834FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D834FF is #27CB00. Grayscale: #7B7B7B. Windows color (decimal): -2607873 or 16725208. OLE color: 16725208.

HSL color Cylindrical-coordinate representation of color #D834FF: hue angle of 288.47º 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 #D834FF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21652255-
CMYK0.150.8000
HSL288.47º100%60.2%-
HSV(B)288.47º79.61%100%-
XYZ47.624.2796.78-
YUV124.18201.83193.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 52 (20.70% from 255) = 9.94%
BLUE value IS 255 (100% from 255) = 48.76%
R=41.30%
G=9.94%
B=48.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal216522550.150.8000288.4710060.2
HexD834FFF5000120643c
Octal33064377171200044014474
Binary110110001101001111111111111010000001001000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D834FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D834FF; }

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

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

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

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

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

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

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

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