Html Css Color HEX #D815F5 Psychedelic Purple

📋 copy color: '#D815F5'

red 216 ◦ green 21 ◦ blue 245

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

Shades of Psychedelic Purple #D815F5

Tints of Psychedelic Purple #D815F5

RGB

 RED value IS 216 (84.77% from 255) = 44.81%

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 44.81%
G = 4.36%
B = 50.83%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D815F5 (or 0xD815F5) is known color: Psychedelic Purple. HEX triplet: D8, 15 and F5. RGB value is (216,21,245). Sum of RGB (Red+Green+Blue) = 216+21+245=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #D815F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815F5 is #27EA0A. Grayscale: #686868. Windows color (decimal): -2615819 or 16061912. OLE color: 16061912.

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

Color convert

RGB 216 21 245 -
CMYK 0.12 0.91 0 0.04
HSL 292.23º 0.92% 0.52% -
HSV(B) 292.23º 0.91% 0.96% -
XYZ 45.07 21.73 88.2 -
YUV 104.84 207.1 207.29 -
System Red Green Blue C M Y K H S L
Decimal 216 21 245 0.12 0.91 0 0.04 292.23 0.92 0.52
Hex D8 15 F5 C 5B 0 4 124 5C 34
Octal 330 25 365 14 133 0 4 444 134 64
Binary 11011000 10101 11110101 1100 1011011 0 100 100100100 1011100 110100

Color Harmonies of #D815F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815F5

Black with #D815F5

Text Example


Text Example

White with #D815F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815F5; }

 p { color: rgb(216,21,245); }

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

background-color css

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

 a { background-color: rgb(216,21,245); }

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

border-color css

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

 span { border-color: rgb(216,21,245); }

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