Html Css Color HEX #D715EB Psychedelic Purple

📋 copy color: '#D715EB'

red 215 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #D715EB

Tints of Psychedelic Purple #D715EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 45.65%
G = 4.46%
B = 49.89%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D715EB (or 0xD715EB) is known color: Psychedelic Purple. HEX triplet: D7, 15 and EB. RGB value is (215,21,235). Sum of RGB (Red+Green+Blue) = 215+21+235=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D715EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D715EB is #28EA14. Grayscale: #666666. Windows color (decimal): -2681365 or 15406551. OLE color: 15406551.

HSL color Cylindrical-coordinate representation of color #D715EB: hue angle of 294.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715EB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 21 235 -
CMYK 0.09 0.91 0 0.08
HSL 294.39º 0.84% 0.5% -
HSV(B) 294.39º 0.91% 0.92% -
XYZ 43.29 20.98 80.37 -
YUV 103.4 202.27 207.6 -
System Red Green Blue C M Y K H S L
Decimal 215 21 235 0.09 0.91 0 0.08 294.39 0.84 0.5
Hex D7 15 EB 9 5B 0 8 126 54 32
Octal 327 25 353 11 133 0 10 446 124 62
Binary 11010111 10101 11101011 1001 1011011 0 1000 100100110 1010100 110010

Color Harmonies of #D715EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715EB

Black with #D715EB

Text Example


Text Example

White with #D715EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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