Html Css Color HEX #D026E9 Psychedelic Purple

📋 copy color: '#D026E9'

red 208 ◦ green 38 ◦ blue 233

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

Shades of Psychedelic Purple #D026E9

Tints of Psychedelic Purple #D026E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.64%

R = 43.42%
G = 7.93%
B = 48.64%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D026E9 (or 0xD026E9) is known color: Psychedelic Purple. HEX triplet: D0, 26 and E9. RGB value is (208,38,233). Sum of RGB (Red+Green+Blue) = 208+38+233=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #D026E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D026E9 is #2FD916. Grayscale: #6E6E6E. Windows color (decimal): -3135767 or 15279824. OLE color: 15279824.

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

Color convert

RGB 208 38 233 -
CMYK 0.11 0.84 0 0.09
HSL 292.31º 0.82% 0.53% -
HSV(B) 292.31º 0.84% 0.91% -
XYZ 41.41 20.68 78.9 -
YUV 111.06 196.82 197.14 -
System Red Green Blue C M Y K H S L
Decimal 208 38 233 0.11 0.84 0 0.09 292.31 0.82 0.53
Hex D0 26 E9 B 54 0 9 124 52 35
Octal 320 46 351 13 124 0 11 444 122 65
Binary 11010000 100110 11101001 1011 1010100 0 1001 100100100 1010010 110101

Color Harmonies of #D026E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026E9

Black with #D026E9

Text Example


Text Example

White with #D026E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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