Html Css Color HEX #D615EA Psychedelic Purple

📋 copy color: '#D615EA'

red 214 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #D615EA

Tints of Psychedelic Purple #D615EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 45.63%
G = 4.48%
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

#D615EA (or 0xD615EA) is known color: Psychedelic Purple. HEX triplet: D6, 15 and EA. RGB value is (214,21,234). Sum of RGB (Red+Green+Blue) = 214+21+234=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D615EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615EA is #29EA15. Grayscale: #666666. Windows color (decimal): -2746902 or 15341014. OLE color: 15341014.

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

Color convert

RGB 214 21 234 -
CMYK 0.09 0.91 0 0.08
HSL 294.37º 0.84% 0.5% -
HSV(B) 294.37º 0.91% 0.92% -
XYZ 42.85 20.77 79.59 -
YUV 102.99 201.94 207.18 -
System Red Green Blue C M Y K H S L
Decimal 214 21 234 0.09 0.91 0 0.08 294.37 0.84 0.5
Hex D6 15 EA 9 5B 0 8 126 54 32
Octal 326 25 352 11 133 0 10 446 124 62
Binary 11010110 10101 11101010 1001 1011011 0 1000 100100110 1010100 110010

Color Harmonies of #D615EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615EA

Black with #D615EA

Text Example


Text Example

White with #D615EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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