Html Css Color HEX #D626E9 Psychedelic Purple

📋 copy color: '#D626E9'

red 214 ◦ green 38 ◦ blue 233

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

Shades of Psychedelic Purple #D626E9

Tints of Psychedelic Purple #D626E9

RGB

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

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

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

R = 44.12%
G = 7.84%
B = 48.04%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D626E9 (or 0xD626E9) is known color: Psychedelic Purple. HEX triplet: D6, 26 and E9. RGB value is (214,38,233). Sum of RGB (Red+Green+Blue) = 214+38+233=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #D626E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626E9 is #29D916. Grayscale: #707070. Windows color (decimal): -2742551 or 15279830. OLE color: 15279830.

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

Color convert

RGB 214 38 233 -
CMYK 0.08 0.84 0 0.09
HSL 294.15º 0.82% 0.53% -
HSV(B) 294.15º 0.84% 0.91% -
XYZ 43.13 21.57 78.98 -
YUV 112.85 195.81 200.14 -
System Red Green Blue C M Y K H S L
Decimal 214 38 233 0.08 0.84 0 0.09 294.15 0.82 0.53
Hex D6 26 E9 8 54 0 9 126 52 35
Octal 326 46 351 10 124 0 11 446 122 65
Binary 11010110 100110 11101001 1000 1010100 0 1001 100100110 1010010 110101

Color Harmonies of #D626E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626E9

Black with #D626E9

Text Example


Text Example

White with #D626E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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