Html Css Color HEX #D927FD Psychedelic Purple

📋 copy color: '#D927FD'

red 217 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #D927FD

Tints of Psychedelic Purple #D927FD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.66%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 42.63%
G = 7.66%
B = 49.71%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D927FD (or 0xD927FD) is known color: Psychedelic Purple. HEX triplet: D9, 27 and FD. RGB value is (217,39,253). Sum of RGB (Red+Green+Blue) = 217+39+253=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #D927FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D927FD is #26D802. Grayscale: #737373. Windows color (decimal): -2545667 or 16590809. OLE color: 16590809.

HSL color Cylindrical-coordinate representation of color #D927FD: hue angle of 289.91º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D927FD is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 39 253 -
CMYK 0.14 0.85 0 0.01
HSL 289.91º 0.98% 0.57% -
HSV(B) 289.91º 0.85% 0.99% -
XYZ 47.07 23.29 94.94 -
YUV 116.62 204.97 199.6 -
System Red Green Blue C M Y K H S L
Decimal 217 39 253 0.14 0.85 0 0.01 289.91 0.98 0.57
Hex D9 27 FD E 55 0 1 122 62 39
Octal 331 47 375 16 125 0 1 442 142 71
Binary 11011001 100111 11111101 1110 1010101 0 1 100100010 1100010 111001

Color Harmonies of #D927FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D927FD

Black with #D927FD

Text Example


Text Example

White with #D927FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D927FD; }

 p { color: rgb(217,39,253); }

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

background-color css

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

 a { background-color: rgb(217,39,253); }

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

border-color css

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

 span { border-color: rgb(217,39,253); }

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