Html Css Color HEX #D828FB Psychedelic Purple

📋 copy color: '#D828FB'

red 216 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #D828FB

Tints of Psychedelic Purple #D828FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 42.6%
G = 7.89%
B = 49.51%

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

#D828FB (or 0xD828FB) is known color: Psychedelic Purple. HEX triplet: D8, 28 and FB. RGB value is (216,40,251). Sum of RGB (Red+Green+Blue) = 216+40+251=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #D828FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828FB is #27D704. Grayscale: #747474. Windows color (decimal): -2610949 or 16459992. OLE color: 16459992.

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

Color convert

RGB 216 40 251 -
CMYK 0.14 0.84 0 0.02
HSL 290.05º 0.96% 0.57% -
HSV(B) 290.05º 0.84% 0.98% -
XYZ 46.49 23.08 93.27 -
YUV 116.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 216 40 251 0.14 0.84 0 0.02 290.05 0.96 0.57
Hex D8 28 FB E 54 0 2 122 60 39
Octal 330 50 373 16 124 0 2 442 140 71
Binary 11011000 101000 11111011 1110 1010100 0 10 100100010 1100000 111001

Color Harmonies of #D828FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828FB

Black with #D828FB

Text Example


Text Example

White with #D828FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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