Html Css Color HEX #D828FF Psychedelic Purple

📋 copy color: '#D828FF'

red 216 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #D828FF

Tints of Psychedelic Purple #D828FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 42.27%
G = 7.83%
B = 49.9%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D828FF (or 0xD828FF) is known color: Psychedelic Purple. HEX triplet: D8, 28 and FF. RGB value is (216,40,255). Sum of RGB (Red+Green+Blue) = 216+40+255=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #D828FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828FF is #27D700. Grayscale: #747474. Windows color (decimal): -2610945 or 16722136. OLE color: 16722136.

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

Color convert

RGB 216 40 255 -
CMYK 0.15 0.84 0 0
HSL 289.12º 1% 0.58% -
HSV(B) 289.12º 0.84% 1% -
XYZ 47.13 23.34 96.63 -
YUV 117.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 216 40 255 0.15 0.84 0 0 289.12 1 0.58
Hex D8 28 FF F 54 0 0 121 64 3A
Octal 330 50 377 17 124 0 0 441 144 72
Binary 11011000 101000 11111111 1111 1010100 0 0 100100001 1100100 111010

Color Harmonies of #D828FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828FF

Black with #D828FF

Text Example


Text Example

White with #D828FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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