Html Css Color HEX #D827FE Psychedelic Purple

📋 copy color: '#D827FE'

red 216 ◦ green 39 ◦ blue 254

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

Shades of Psychedelic Purple #D827FE

Tints of Psychedelic Purple #D827FE

RGB

 RED value IS 216 (84.77% from 255) = 42.44%

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 42.44%
G = 7.66%
B = 49.9%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D827FE (or 0xD827FE) is known color: Psychedelic Purple. HEX triplet: D8, 27 and FE. RGB value is (216,39,254). Sum of RGB (Red+Green+Blue) = 216+39+254=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #D827FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827FE is #27D801. Grayscale: #737373. Windows color (decimal): -2611202 or 16656344. OLE color: 16656344.

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

Color convert

RGB 216 39 254 -
CMYK 0.15 0.85 0 0.00
HSL 289.4º 0.99% 0.57% -
HSV(B) 289.4º 0.85% 1% -
XYZ 46.93 23.21 95.77 -
YUV 116.43 205.64 199.02 -
System Red Green Blue C M Y K H S L
Decimal 216 39 254 0.15 0.85 0 0.00 289.4 0.99 0.57
Hex D8 27 FE F 55 0 0 121 63 39
Octal 330 47 376 17 125 0 0 441 143 71
Binary 11011000 100111 11111110 1111 1010101 0 0 100100001 1100011 111001

Color Harmonies of #D827FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827FE

Black with #D827FE

Text Example


Text Example

White with #D827FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827FE; }

 p { color: rgb(216,39,254); }

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

background-color css

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

 a { background-color: rgb(216,39,254); }

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

border-color css

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

 span { border-color: rgb(216,39,254); }

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