Html Css Color HEX #D725EE Psychedelic Purple

📋 copy color: '#D725EE'

red 215 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #D725EE

Tints of Psychedelic Purple #D725EE

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

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

R = 43.88%
G = 7.55%
B = 48.57%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D725EE (or 0xD725EE) is known color: Psychedelic Purple. HEX triplet: D7, 25 and EE. RGB value is (215,37,238). Sum of RGB (Red+Green+Blue) = 215+37+238=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #D725EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D725EE is #28DA11. Grayscale: #707070. Windows color (decimal): -2677266 or 15607255. OLE color: 15607255.

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

Color convert

RGB 215 37 238 -
CMYK 0.10 0.84 0 0.07
HSL 293.13º 0.86% 0.54% -
HSV(B) 293.13º 0.84% 0.93% -
XYZ 44.12 21.94 82.8 -
YUV 113.14 198.47 200.66 -
System Red Green Blue C M Y K H S L
Decimal 215 37 238 0.10 0.84 0 0.07 293.13 0.86 0.54
Hex D7 25 EE A 54 0 7 125 56 36
Octal 327 45 356 12 124 0 7 445 126 66
Binary 11010111 100101 11101110 1010 1010100 0 111 100100101 1010110 110110

Color Harmonies of #D725EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725EE

Black with #D725EE

Text Example


Text Example

White with #D725EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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