Html Css Color HEX #D828FA Psychedelic Purple

📋 copy color: '#D828FA'

red 216 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D828FA

Tints of Psychedelic Purple #D828FA

RGB

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

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

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

R = 42.69%
G = 7.91%
B = 49.41%

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

#D828FA (or 0xD828FA) is known color: Psychedelic Purple. HEX triplet: D8, 28 and FA. RGB value is (216,40,250). Sum of RGB (Red+Green+Blue) = 216+40+250=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #D828FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828FA is #27D705. Grayscale: #737373. Windows color (decimal): -2610950 or 16394456. OLE color: 16394456.

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

Color convert

RGB 216 40 250 -
CMYK 0.14 0.84 0 0.02
HSL 290.29º 0.95% 0.57% -
HSV(B) 290.29º 0.84% 0.98% -
XYZ 46.33 23.02 92.44 -
YUV 116.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 216 40 250 0.14 0.84 0 0.02 290.29 0.95 0.57
Hex D8 28 FA E 54 0 2 122 5F 39
Octal 330 50 372 16 124 0 2 442 137 71
Binary 11011000 101000 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D828FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828FA

Black with #D828FA

Text Example


Text Example

White with #D828FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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