Html Css Color HEX #D927FA Psychedelic Purple

📋 copy color: '#D927FA'

red 217 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D927FA

Tints of Psychedelic Purple #D927FA

RGB

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

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

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

R = 42.89%
G = 7.71%
B = 49.41%

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

#D927FA (or 0xD927FA) is known color: Psychedelic Purple. HEX triplet: D9, 27 and FA. RGB value is (217,39,250). Sum of RGB (Red+Green+Blue) = 217+39+250=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #D927FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D927FA is #26D805. Grayscale: #737373. Windows color (decimal): -2545670 or 16394201. OLE color: 16394201.

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

Color convert

RGB 217 39 250 -
CMYK 0.13 0.84 0 0.02
HSL 290.62º 0.95% 0.57% -
HSV(B) 290.62º 0.84% 0.98% -
XYZ 46.6 23.1 92.45 -
YUV 116.28 203.47 199.84 -
System Red Green Blue C M Y K H S L
Decimal 217 39 250 0.13 0.84 0 0.02 290.62 0.95 0.57
Hex D9 27 FA D 54 0 2 123 5F 39
Octal 331 47 372 15 124 0 2 443 137 71
Binary 11011001 100111 11111010 1101 1010100 0 10 100100011 1011111 111001

Color Harmonies of #D927FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D927FA

Black with #D927FA

Text Example


Text Example

White with #D927FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D927FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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