#D318F1

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

Shades of Psychedelic Purple #D318F1

Tints of Psychedelic Purple #D318F1

Color information

#D318F1 (or 0xD318F1) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 18 and F1. RGB value is (211,24,241). Sum of RGB (Red+Green+Blue) = 211+24+241=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #D318F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318F1 is #2CE70E. Grayscale: #676767. Windows color (decimal): -2942735 or 15800531. OLE color: 15800531.

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

Color convert

RGB21124241-
CMYK0.120.9000.05
HSL291.71º88.57%51.96%-
HSV(B)291.71º90.04%94.51%-
XYZ43.0720.8584.97-
YUV104.65204.95203.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.33%
GREEN value IS 24 (9.77% from 255) = 5.04%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=44.33%
G=5.04%
B=50.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211242410.120.9000.05291.7188.5751.96
HexD318F1C5A051245934
Octal32330361141320544413164
Binary1101001111000111100011100101101001011001001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D318F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D318F1; }

 p { color: rgb(211,24,241); }

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

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

 a { background-color: rgb(211,24,241); }

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

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

 span { border-color: rgb(211,24,241); }

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