Html Css Color HEX #D827FD Psychedelic Purple

📋 copy color: '#D827FD'

red 216 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #D827FD

Tints of Psychedelic Purple #D827FD

RGB

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

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

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

R = 42.52%
G = 7.68%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D827FD (or 0xD827FD) is known color: Psychedelic Purple. HEX triplet: D8, 27 and FD. RGB value is (216,39,253). Sum of RGB (Red+Green+Blue) = 216+39+253=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 39 (15.62% from 255 or 7.68% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #D827FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827FD is #27D802. Grayscale: #737373. Windows color (decimal): -2611203 or 16590808. OLE color: 16590808.

HSL color Cylindrical-coordinate representation of color #D827FD: hue angle of 289.63º 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 #D827FD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 39 253 -
CMYK 0.15 0.85 0 0.01
HSL 289.63º 0.98% 0.57% -
HSV(B) 289.63º 0.85% 0.99% -
XYZ 46.77 23.14 94.93 -
YUV 116.32 205.14 199.1 -
System Red Green Blue C M Y K H S L
Decimal 216 39 253 0.15 0.85 0 0.01 289.63 0.98 0.57
Hex D8 27 FD F 55 0 1 122 62 39
Octal 330 47 375 17 125 0 1 442 142 71
Binary 11011000 100111 11111101 1111 1010101 0 1 100100010 1100010 111001

Color Harmonies of #D827FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827FD

Black with #D827FD

Text Example


Text Example

White with #D827FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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