Html Css Color HEX #D928FB Psychedelic Purple

📋 copy color: '#D928FB'

red 217 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #D928FB

Tints of Psychedelic Purple #D928FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 42.72%
G = 7.87%
B = 49.41%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D928FB (or 0xD928FB) is known color: Psychedelic Purple. HEX triplet: D9, 28 and FB. RGB value is (217,40,251). Sum of RGB (Red+Green+Blue) = 217+40+251=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #D928FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928FB is #26D704. Grayscale: #747474. Windows color (decimal): -2545413 or 16459993. OLE color: 16459993.

HSL color Cylindrical-coordinate representation of color #D928FB: hue angle of 290.33º degrees, saturation: 0.96, 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 #D928FB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 40 251 -
CMYK 0.14 0.84 0 0.02
HSL 290.33º 0.96% 0.57% -
HSV(B) 290.33º 0.84% 0.98% -
XYZ 46.79 23.23 93.29 -
YUV 116.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 217 40 251 0.14 0.84 0 0.02 290.33 0.96 0.57
Hex D9 28 FB E 54 0 2 122 60 39
Octal 331 50 373 16 124 0 2 442 140 71
Binary 11011001 101000 11111011 1110 1010100 0 10 100100010 1100000 111001

Color Harmonies of #D928FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928FB

Black with #D928FB

Text Example


Text Example

White with #D928FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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