#D135FF

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

Shades of Psychedelic Purple #D135FF

Tints of Psychedelic Purple #D135FF

Color information

#D135FF (or 0xD135FF) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 35 and FF. RGB value is (209,53,255). Sum of RGB (Red+Green+Blue) = 209+53+255=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #D135FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D135FF is #2ECA00. Grayscale: #7A7A7A. Windows color (decimal): -3066369 or 16725457. OLE color: 16725457.

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

Color convert

RGB20953255-
CMYK0.180.7900
HSL286.34º100%60.39%-
HSV(B)286.34º79.22%100%-
XYZ45.6223.3296.7-
YUV122.67202.68189.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 53 (21.09% from 255) = 10.25%
BLUE value IS 255 (100% from 255) = 49.32%
R=40.43%
G=10.25%
B=49.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209532550.180.7900286.3410060.39
HexD135FF124F0011e643c
Octal32165377221170043614474
Binary1101000111010111111111100101001111001000111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135FF; }

 p { color: rgb(209,53,255); }

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

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

 a { background-color: rgb(209,53,255); }

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

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

 span { border-color: rgb(209,53,255); }

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