Html Css Color HEX #D827FA Psychedelic Purple

📋 copy color: '#D827FA'

red 216 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D827FA

Tints of Psychedelic Purple #D827FA

RGB

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

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

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

R = 42.77%
G = 7.72%
B = 49.5%

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

#D827FA (or 0xD827FA) is known color: Psychedelic Purple. HEX triplet: D8, 27 and FA. RGB value is (216,39,250). Sum of RGB (Red+Green+Blue) = 216+39+250=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #D827FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827FA is #27D805. Grayscale: #737373. Windows color (decimal): -2611206 or 16394200. OLE color: 16394200.

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

Color convert

RGB 216 39 250 -
CMYK 0.14 0.84 0 0.02
HSL 290.33º 0.95% 0.57% -
HSV(B) 290.33º 0.84% 0.98% -
XYZ 46.3 22.95 92.43 -
YUV 115.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 216 39 250 0.14 0.84 0 0.02 290.33 0.95 0.57
Hex D8 27 FA E 54 0 2 122 5F 39
Octal 330 47 372 16 124 0 2 442 137 71
Binary 11011000 100111 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D827FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827FA

Black with #D827FA

Text Example


Text Example

White with #D827FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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