Html Css Color HEX #D715FF Psychedelic Purple

📋 copy color: '#D715FF'

red 215 ◦ green 21 ◦ blue 255

#D715FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D715FF

Tints of Psychedelic Purple #D715FF

RGB

 RED value IS 215 (84.38% from 255) = 43.79%

 GREEN value IS 21 (8.59% from 255) = 4.28%

 BLUE value IS 255 (100% from 255) = 51.93%

R = 43.79%
G = 4.28%
B = 51.93%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D715FF (or 0xD715FF) is known color: Psychedelic Purple. HEX triplet: D7, 15 and FF. RGB value is (215,21,255). Sum of RGB (Red+Green+Blue) = 215+21+255=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #D715FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D715FF is #28EA00. Grayscale: #686868. Windows color (decimal): -2681345 or 16717271. OLE color: 16717271.

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

Color convert

RGB 215 21 255 -
CMYK 0.16 0.92 0 0
HSL 289.74º 1% 0.54% -
HSV(B) 289.74º 0.92% 1% -
XYZ 46.34 22.2 96.45 -
YUV 105.68 212.27 205.97 -
System Red Green Blue C M Y K H S L
Decimal 215 21 255 0.16 0.92 0 0 289.74 1 0.54
Hex D7 15 FF 10 5C 0 0 122 64 36
Octal 327 25 377 20 134 0 0 442 144 66
Binary 11010111 10101 11111111 10000 1011100 0 0 100100010 1100100 110110

Color Harmonies of #D715FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715FF

Black with #D715FF

Text Example


Text Example

White with #D715FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715FF; }

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

 H1.HeaderClassName
 {
   color: #D715FF;
 }
 .AnyTagClassName
 {
   color: #D715FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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