Html Css Color HEX #D825EB Psychedelic Purple

📋 copy color: '#D825EB'

red 216 ◦ green 37 ◦ blue 235

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

Shades of Psychedelic Purple #D825EB

Tints of Psychedelic Purple #D825EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.58%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 44.26%
G = 7.58%
B = 48.16%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D825EB (or 0xD825EB) is known color: Psychedelic Purple. HEX triplet: D8, 25 and EB. RGB value is (216,37,235). Sum of RGB (Red+Green+Blue) = 216+37+235=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #D825EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825EB is #27DA14. Grayscale: #707070. Windows color (decimal): -2611733 or 15410648. OLE color: 15410648.

HSL color Cylindrical-coordinate representation of color #D825EB: hue angle of 294.24º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D825EB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 37 235 -
CMYK 0.08 0.84 0 0.08
HSL 294.24º 0.83% 0.53% -
HSV(B) 294.24º 0.84% 0.92% -
XYZ 43.98 21.92 80.51 -
YUV 113.09 196.8 201.4 -
System Red Green Blue C M Y K H S L
Decimal 216 37 235 0.08 0.84 0 0.08 294.24 0.83 0.53
Hex D8 25 EB 8 54 0 8 126 53 35
Octal 330 45 353 10 124 0 10 446 123 65
Binary 11011000 100101 11101011 1000 1010100 0 1000 100100110 1010011 110101

Color Harmonies of #D825EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825EB

Black with #D825EB

Text Example


Text Example

White with #D825EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825EB; }

 p { color: rgb(216,37,235); }

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

background-color css

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

 a { background-color: rgb(216,37,235); }

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

border-color css

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

 span { border-color: rgb(216,37,235); }

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