Html Css Color HEX #D026ED Psychedelic Purple

📋 copy color: '#D026ED'

red 208 ◦ green 38 ◦ blue 237

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

Shades of Psychedelic Purple #D026ED

Tints of Psychedelic Purple #D026ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 43.06%
G = 7.87%
B = 49.07%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D026ED (or 0xD026ED) is known color: Psychedelic Purple. HEX triplet: D0, 26 and ED. RGB value is (208,38,237). Sum of RGB (Red+Green+Blue) = 208+38+237=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D026ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D026ED is #2FD912. Grayscale: #6E6E6E. Windows color (decimal): -3135763 or 15541968. OLE color: 15541968.

HSL color Cylindrical-coordinate representation of color #D026ED: hue angle of 291.26º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D026ED is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 38 237 -
CMYK 0.12 0.84 0 0.07
HSL 291.26º 0.85% 0.54% -
HSV(B) 291.26º 0.84% 0.93% -
XYZ 41.99 20.91 81.94 -
YUV 111.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 208 38 237 0.12 0.84 0 0.07 291.26 0.85 0.54
Hex D0 26 ED C 54 0 7 123 55 36
Octal 320 46 355 14 124 0 7 443 125 66
Binary 11010000 100110 11101101 1100 1010100 0 111 100100011 1010101 110110

Color Harmonies of #D026ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026ED

Black with #D026ED

Text Example


Text Example

White with #D026ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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