Html Css Color HEX #D928FA Psychedelic Purple

📋 copy color: '#D928FA'

red 217 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D928FA

Tints of Psychedelic Purple #D928FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 42.8%
G = 7.89%
B = 49.31%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D928FA (or 0xD928FA) is known color: Psychedelic Purple. HEX triplet: D9, 28 and FA. RGB value is (217,40,250). Sum of RGB (Red+Green+Blue) = 217+40+250=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #D928FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928FA is #26D705. Grayscale: #747474. Windows color (decimal): -2545414 or 16394457. OLE color: 16394457.

HSL color Cylindrical-coordinate representation of color #D928FA: hue angle of 290.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D928FA is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 40 250 -
CMYK 0.13 0.84 0 0.02
HSL 290.57º 0.95% 0.57% -
HSV(B) 290.57º 0.84% 0.98% -
XYZ 46.63 23.17 92.46 -
YUV 116.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 217 40 250 0.13 0.84 0 0.02 290.57 0.95 0.57
Hex D9 28 FA D 54 0 2 123 5F 39
Octal 331 50 372 15 124 0 2 443 137 71
Binary 11011001 101000 11111010 1101 1010100 0 10 100100011 1011111 111001

Color Harmonies of #D928FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928FA

Black with #D928FA

Text Example


Text Example

White with #D928FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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