Html Css Color HEX #D928ED Psychedelic Purple

📋 copy color: '#D928ED'

red 217 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #D928ED

Tints of Psychedelic Purple #D928ED

RGB

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

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

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

R = 43.93%
G = 8.1%
B = 47.98%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D928ED (or 0xD928ED) is known color: Psychedelic Purple. HEX triplet: D9, 28 and ED. RGB value is (217,40,237). Sum of RGB (Red+Green+Blue) = 217+40+237=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #D928ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928ED is #26D712. Grayscale: #727272. Windows color (decimal): -2545427 or 15542489. OLE color: 15542489.

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

Color convert

RGB 217 40 237 -
CMYK 0.08 0.83 0 0.07
HSL 293.91º 0.85% 0.54% -
HSV(B) 293.91º 0.83% 0.93% -
XYZ 44.66 22.38 82.09 -
YUV 115.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 217 40 237 0.08 0.83 0 0.07 293.91 0.85 0.54
Hex D9 28 ED 8 53 0 7 126 55 36
Octal 331 50 355 10 123 0 7 446 125 66
Binary 11011001 101000 11101101 1000 1010011 0 111 100100110 1010101 110110

Color Harmonies of #D928ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928ED

Black with #D928ED

Text Example


Text Example

White with #D928ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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