Html Css Color HEX #D928FF Psychedelic Purple

📋 copy color: '#D928FF'

red 217 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #D928FF

Tints of Psychedelic Purple #D928FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 42.38%
G = 7.81%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D928FF (or 0xD928FF) is known color: Psychedelic Purple. HEX triplet: D9, 28 and FF. RGB value is (217,40,255). Sum of RGB (Red+Green+Blue) = 217+40+255=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #D928FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928FF is #26D700. Grayscale: #747474. Windows color (decimal): -2545409 or 16722137. OLE color: 16722137.

HSL color Cylindrical-coordinate representation of color #D928FF: hue angle of 289.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D928FF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 40 255 -
CMYK 0.15 0.84 0 0
HSL 289.4º 1% 0.58% -
HSV(B) 289.4º 0.84% 1% -
XYZ 47.42 23.49 96.64 -
YUV 117.43 205.64 199.02 -
System Red Green Blue C M Y K H S L
Decimal 217 40 255 0.15 0.84 0 0 289.4 1 0.58
Hex D9 28 FF F 54 0 0 121 64 3A
Octal 331 50 377 17 124 0 0 441 144 72
Binary 11011001 101000 11111111 1111 1010100 0 0 100100001 1100100 111010

Color Harmonies of #D928FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928FF

Black with #D928FF

Text Example


Text Example

White with #D928FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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