Html Css Color HEX #D015EF Psychedelic Purple

📋 copy color: '#D015EF'

red 208 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #D015EF

Tints of Psychedelic Purple #D015EF

RGB

 RED value IS 208 (81.64% from 255) = 44.44%

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 44.44%
G = 4.49%
B = 51.07%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D015EF (or 0xD015EF) is known color: Psychedelic Purple. HEX triplet: D0, 15 and EF. RGB value is (208,21,239). Sum of RGB (Red+Green+Blue) = 208+21+239=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #D015EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015EF is #2FEA10. Grayscale: #656565. Windows color (decimal): -3140113 or 15668688. OLE color: 15668688.

HSL color Cylindrical-coordinate representation of color #D015EF: hue angle of 291.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D015EF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 21 239 -
CMYK 0.13 0.91 0 0.06
HSL 291.47º 0.87% 0.51% -
HSV(B) 291.47º 0.91% 0.94% -
XYZ 41.86 20.18 83.35 -
YUV 101.77 205.45 203.77 -
System Red Green Blue C M Y K H S L
Decimal 208 21 239 0.13 0.91 0 0.06 291.47 0.87 0.51
Hex D0 15 EF D 5B 0 6 123 57 33
Octal 320 25 357 15 133 0 6 443 127 63
Binary 11010000 10101 11101111 1101 1011011 0 110 100100011 1010111 110011

Color Harmonies of #D015EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015EF

Black with #D015EF

Text Example


Text Example

White with #D015EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015EF; }

 p { color: rgb(208,21,239); }

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

background-color css

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

 a { background-color: rgb(208,21,239); }

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

border-color css

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

 span { border-color: rgb(208,21,239); }

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