Html Css Color HEX #D928EA Psychedelic Purple

📋 copy color: '#D928EA'

red 217 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #D928EA

Tints of Psychedelic Purple #D928EA

RGB

 RED value IS 217 (85.16% from 255) = 44.2%

 GREEN value IS 40 (16.02% from 255) = 8.15%

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 44.2%
G = 8.15%
B = 47.66%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D928EA (or 0xD928EA) is known color: Psychedelic Purple. HEX triplet: D9, 28 and EA. RGB value is (217,40,234). Sum of RGB (Red+Green+Blue) = 217+40+234=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #D928EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928EA is #26D715. Grayscale: #727272. Windows color (decimal): -2545430 or 15345881. OLE color: 15345881.

HSL color Cylindrical-coordinate representation of color #D928EA: hue angle of 294.74º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D928EA is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 40 234 -
CMYK 0.07 0.83 0 0.08
HSL 294.74º 0.82% 0.54% -
HSV(B) 294.74º 0.83% 0.92% -
XYZ 44.23 22.21 79.8 -
YUV 115.04 195.14 200.73 -
System Red Green Blue C M Y K H S L
Decimal 217 40 234 0.07 0.83 0 0.08 294.74 0.82 0.54
Hex D9 28 EA 7 53 0 8 127 52 36
Octal 331 50 352 7 123 0 10 447 122 66
Binary 11011001 101000 11101010 111 1010011 0 1000 100100111 1010010 110110

Color Harmonies of #D928EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928EA

Black with #D928EA

Text Example


Text Example

White with #D928EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928EA; }

 p { color: rgb(217,40,234); }

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

background-color css

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

 a { background-color: rgb(217,40,234); }

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

border-color css

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

 span { border-color: rgb(217,40,234); }

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