Html Css Color HEX #D928EE Psychedelic Purple

📋 copy color: '#D928EE'

red 217 ◦ green 40 ◦ blue 238

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

Shades of Psychedelic Purple #D928EE

Tints of Psychedelic Purple #D928EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 43.84%
G = 8.08%
B = 48.08%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D928EE (or 0xD928EE) is known color: Psychedelic Purple. HEX triplet: D9, 28 and EE. RGB value is (217,40,238). Sum of RGB (Red+Green+Blue) = 217+40+238=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #D928EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928EE is #26D711. Grayscale: #727272. Windows color (decimal): -2545426 or 15608025. OLE color: 15608025.

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

Color convert

RGB 217 40 238 -
CMYK 0.09 0.83 0 0.07
HSL 293.64º 0.85% 0.55% -
HSV(B) 293.64º 0.83% 0.93% -
XYZ 44.81 22.44 82.86 -
YUV 115.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 217 40 238 0.09 0.83 0 0.07 293.64 0.85 0.55
Hex D9 28 EE 9 53 0 7 126 55 37
Octal 331 50 356 11 123 0 7 446 125 67
Binary 11011001 101000 11101110 1001 1010011 0 111 100100110 1010101 110111

Color Harmonies of #D928EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928EE

Black with #D928EE

Text Example


Text Example

White with #D928EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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