#D715F3

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

Shades of Psychedelic Purple #D715F3

Tints of Psychedelic Purple #D715F3

Color information

#D715F3 (or 0xD715F3) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 15 and F3. RGB value is (215,21,243). Sum of RGB (Red+Green+Blue) = 215+21+243=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #D715F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D715F3 is #28EA0C. Grayscale: #676767. Windows color (decimal): -2681357 or 15930839. OLE color: 15930839.

HSL color Cylindrical-coordinate representation of color #D715F3: hue angle of 292.43º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715F3 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21521243-
CMYK0.120.9100.05
HSL292.43º90.24%51.76%-
HSV(B)292.43º91.36%95.29%-
XYZ44.4721.4586.59-
YUV104.31206.27206.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 21 (8.59% from 255) = 4.38%
BLUE value IS 243 (95.31% from 255) = 50.73%
R=44.89%
G=4.38%
B=50.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215212430.120.9100.05292.4390.2451.76
HexD715F3C5B051245a34
Octal32725363141330544413264
Binary1101011110101111100111100101101101011001001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D715F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D715F3; }

 p { color: rgb(215,21,243); }

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

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

 a { background-color: rgb(215,21,243); }

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

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

 span { border-color: rgb(215,21,243); }

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