Html Css Color HEX #D825EE Psychedelic Purple

📋 copy color: '#D825EE'

red 216 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #D825EE

Tints of Psychedelic Purple #D825EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 43.99%
G = 7.54%
B = 48.47%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D825EE (or 0xD825EE) is known color: Psychedelic Purple. HEX triplet: D8, 25 and EE. RGB value is (216,37,238). Sum of RGB (Red+Green+Blue) = 216+37+238=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #D825EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825EE is #27DA11. Grayscale: #707070. Windows color (decimal): -2611730 or 15607256. OLE color: 15607256.

HSL color Cylindrical-coordinate representation of color #D825EE: hue angle of 293.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D825EE is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 37 238 -
CMYK 0.09 0.84 0 0.07
HSL 293.43º 0.86% 0.54% -
HSV(B) 293.43º 0.84% 0.93% -
XYZ 44.41 22.1 82.81 -
YUV 113.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 216 37 238 0.09 0.84 0 0.07 293.43 0.86 0.54
Hex D8 25 EE 9 54 0 7 125 56 36
Octal 330 45 356 11 124 0 7 445 126 66
Binary 11011000 100101 11101110 1001 1010100 0 111 100100101 1010110 110110

Color Harmonies of #D825EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825EE

Black with #D825EE

Text Example


Text Example

White with #D825EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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