Html Css Color HEX #D026EF Psychedelic Purple

📋 copy color: '#D026EF'

red 208 ◦ green 38 ◦ blue 239

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

Shades of Psychedelic Purple #D026EF

Tints of Psychedelic Purple #D026EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.84%

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

R = 42.89%
G = 7.84%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D026EF (or 0xD026EF) is known color: Psychedelic Purple. HEX triplet: D0, 26 and EF. RGB value is (208,38,239). Sum of RGB (Red+Green+Blue) = 208+38+239=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #D026EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D026EF is #2FD910. Grayscale: #6F6F6F. Windows color (decimal): -3135761 or 15673040. OLE color: 15673040.

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

Color convert

RGB 208 38 239 -
CMYK 0.13 0.84 0 0.06
HSL 290.75º 0.86% 0.54% -
HSV(B) 290.75º 0.84% 0.94% -
XYZ 42.29 21.03 83.49 -
YUV 111.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 208 38 239 0.13 0.84 0 0.06 290.75 0.86 0.54
Hex D0 26 EF D 54 0 6 123 56 36
Octal 320 46 357 15 124 0 6 443 126 66
Binary 11010000 100110 11101111 1101 1010100 0 110 100100011 1010110 110110

Color Harmonies of #D026EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026EF

Black with #D026EF

Text Example


Text Example

White with #D026EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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