Html Css Color HEX #D82BE5 Psychedelic Purple

📋 copy color: '#D82BE5'

red 216 ◦ green 43 ◦ blue 229

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

Shades of Psychedelic Purple #D82BE5

Tints of Psychedelic Purple #D82BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.81%

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

R = 44.26%
G = 8.81%
B = 46.93%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D82BE5 (or 0xD82BE5) is known color: Psychedelic Purple. HEX triplet: D8, 2B and E5. RGB value is (216,43,229). Sum of RGB (Red+Green+Blue) = 216+43+229=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #D82BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82BE5 is #27D41A. Grayscale: #737373. Windows color (decimal): -2610203 or 15018968. OLE color: 15018968.

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

Color convert

RGB 216 43 229 -
CMYK 0.06 0.81 0 0.10
HSL 295.81º 0.78% 0.53% -
HSV(B) 295.81º 0.81% 0.9% -
XYZ 43.33 21.98 76.09 -
YUV 115.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 216 43 229 0.06 0.81 0 0.10 295.81 0.78 0.53
Hex D8 2B E5 6 51 0 A 128 4E 35
Octal 330 53 345 6 121 0 12 450 116 65
Binary 11011000 101011 11100101 110 1010001 0 1010 100101000 1001110 110101

Color Harmonies of #D82BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82BE5

Black with #D82BE5

Text Example


Text Example

White with #D82BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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