Html Css Color HEX #D615EE Psychedelic Purple

📋 copy color: '#D615EE'

red 214 ◦ green 21 ◦ blue 238

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

Shades of Psychedelic Purple #D615EE

Tints of Psychedelic Purple #D615EE

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 45.24%
G = 4.44%
B = 50.32%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D615EE (or 0xD615EE) is known color: Psychedelic Purple. HEX triplet: D6, 15 and EE. RGB value is (214,21,238). Sum of RGB (Red+Green+Blue) = 214+21+238=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #D615EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615EE is #29EA11. Grayscale: #666666. Windows color (decimal): -2746898 or 15603158. OLE color: 15603158.

HSL color Cylindrical-coordinate representation of color #D615EE: hue angle of 293.36º 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 #D615EE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 21 238 -
CMYK 0.10 0.91 0 0.07
HSL 293.36º 0.86% 0.51% -
HSV(B) 293.36º 0.91% 0.93% -
XYZ 43.43 21.01 82.65 -
YUV 103.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 214 21 238 0.10 0.91 0 0.07 293.36 0.86 0.51
Hex D6 15 EE A 5B 0 7 125 56 33
Octal 326 25 356 12 133 0 7 445 126 63
Binary 11010110 10101 11101110 1010 1011011 0 111 100100101 1010110 110011

Color Harmonies of #D615EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615EE

Black with #D615EE

Text Example


Text Example

White with #D615EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615EE; }

 p { color: rgb(214,21,238); }

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

background-color css

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

 a { background-color: rgb(214,21,238); }

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

border-color css

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

 span { border-color: rgb(214,21,238); }

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