Html Css Color HEX #D715E5 Psychedelic Purple

📋 copy color: '#D715E5'

red 215 ◦ green 21 ◦ blue 229

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

Shades of Psychedelic Purple #D715E5

Tints of Psychedelic Purple #D715E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.25%

R = 46.24%
G = 4.52%
B = 49.25%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D715E5 (or 0xD715E5) is known color: Psychedelic Purple. HEX triplet: D7, 15 and E5. RGB value is (215,21,229). Sum of RGB (Red+Green+Blue) = 215+21+229=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #D715E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715E5 is #28EA1A. Grayscale: #666666. Windows color (decimal): -2681371 or 15013335. OLE color: 15013335.

HSL color Cylindrical-coordinate representation of color #D715E5: hue angle of 295.96º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715E5 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 21 229 -
CMYK 0.06 0.91 0 0.10
HSL 295.96º 0.83% 0.49% -
HSV(B) 295.96º 0.91% 0.9% -
XYZ 42.44 20.64 75.88 -
YUV 102.72 199.27 208.09 -
System Red Green Blue C M Y K H S L
Decimal 215 21 229 0.06 0.91 0 0.10 295.96 0.83 0.49
Hex D7 15 E5 6 5B 0 A 128 53 31
Octal 327 25 345 6 133 0 12 450 123 61
Binary 11010111 10101 11100101 110 1011011 0 1010 100101000 1010011 110001

Color Harmonies of #D715E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715E5

Black with #D715E5

Text Example


Text Example

White with #D715E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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