Html Css Color HEX #D715ED Psychedelic Purple

📋 copy color: '#D715ED'

red 215 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #D715ED

Tints of Psychedelic Purple #D715ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 45.45%
G = 4.44%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D715ED (or 0xD715ED) is known color: Psychedelic Purple. HEX triplet: D7, 15 and ED. RGB value is (215,21,237). Sum of RGB (Red+Green+Blue) = 215+21+237=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #D715ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D715ED is #28EA12. Grayscale: #666666. Windows color (decimal): -2681363 or 15537623. OLE color: 15537623.

HSL color Cylindrical-coordinate representation of color #D715ED: hue angle of 293.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715ED is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 21 237 -
CMYK 0.09 0.91 0 0.07
HSL 293.89º 0.86% 0.51% -
HSV(B) 293.89º 0.91% 0.93% -
XYZ 43.58 21.1 81.9 -
YUV 103.63 203.27 207.44 -
System Red Green Blue C M Y K H S L
Decimal 215 21 237 0.09 0.91 0 0.07 293.89 0.86 0.51
Hex D7 15 ED 9 5B 0 7 126 56 33
Octal 327 25 355 11 133 0 7 446 126 63
Binary 11010111 10101 11101101 1001 1011011 0 111 100100110 1010110 110011

Color Harmonies of #D715ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715ED

Black with #D715ED

Text Example


Text Example

White with #D715ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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