Html Css Color HEX #D828FD Psychedelic Purple

📋 copy color: '#D828FD'

red 216 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #D828FD

Tints of Psychedelic Purple #D828FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.86%

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

R = 42.44%
G = 7.86%
B = 49.71%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D828FD (or 0xD828FD) is known color: Psychedelic Purple. HEX triplet: D8, 28 and FD. RGB value is (216,40,253). Sum of RGB (Red+Green+Blue) = 216+40+253=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 40 (16.02% from 255 or 7.86% 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 #D828FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828FD is #27D702. Grayscale: #747474. Windows color (decimal): -2610947 or 16591064. OLE color: 16591064.

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

Color convert

RGB 216 40 253 -
CMYK 0.15 0.84 0 0.01
HSL 289.58º 0.98% 0.57% -
HSV(B) 289.58º 0.84% 0.99% -
XYZ 46.81 23.21 94.94 -
YUV 116.91 204.81 198.68 -
System Red Green Blue C M Y K H S L
Decimal 216 40 253 0.15 0.84 0 0.01 289.58 0.98 0.57
Hex D8 28 FD F 54 0 1 122 62 39
Octal 330 50 375 17 124 0 1 442 142 71
Binary 11011000 101000 11111101 1111 1010100 0 1 100100010 1100010 111001

Color Harmonies of #D828FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828FD

Black with #D828FD

Text Example


Text Example

White with #D828FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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