Html Css Color HEX #D828E5 Psychedelic Purple

📋 copy color: '#D828E5'

red 216 ◦ green 40 ◦ blue 229

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

Shades of Psychedelic Purple #D828E5

Tints of Psychedelic Purple #D828E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 44.54%
G = 8.25%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D828E5 (or 0xD828E5) is known color: Psychedelic Purple. HEX triplet: D8, 28 and E5. RGB value is (216,40,229). Sum of RGB (Red+Green+Blue) = 216+40+229=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D828E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828E5 is #27D71A. Grayscale: #717171. Windows color (decimal): -2610971 or 15018200. OLE color: 15018200.

HSL color Cylindrical-coordinate representation of color #D828E5: hue angle of 295.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D828E5 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 40 229 -
CMYK 0.06 0.83 0 0.10
HSL 295.87º 0.78% 0.53% -
HSV(B) 295.87º 0.83% 0.9% -
XYZ 43.22 21.77 76.05 -
YUV 114.17 192.81 200.63 -
System Red Green Blue C M Y K H S L
Decimal 216 40 229 0.06 0.83 0 0.10 295.87 0.78 0.53
Hex D8 28 E5 6 53 0 A 128 4E 35
Octal 330 50 345 6 123 0 12 450 116 65
Binary 11011000 101000 11100101 110 1010011 0 1010 100101000 1001110 110101

Color Harmonies of #D828E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828E5

Black with #D828E5

Text Example


Text Example

White with #D828E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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