Html Css Color HEX #D527EE Psychedelic Purple

📋 copy color: '#D527EE'

red 213 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #D527EE

Tints of Psychedelic Purple #D527EE

RGB

 RED value IS 213 (83.59% from 255) = 43.47%

 GREEN value IS 39 (15.63% from 255) = 7.96%

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

R = 43.47%
G = 7.96%
B = 48.57%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D527EE (or 0xD527EE) is known color: Psychedelic Purple. HEX triplet: D5, 27 and EE. RGB value is (213,39,238). Sum of RGB (Red+Green+Blue) = 213+39+238=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 39 (15.62% from 255 or 7.96% 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 #D527EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527EE is #2AD811. Grayscale: #717171. Windows color (decimal): -2807826 or 15607765. OLE color: 15607765.

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

Color convert

RGB 213 39 238 -
CMYK 0.11 0.84 0 0.07
HSL 292.46º 0.85% 0.54% -
HSV(B) 292.46º 0.84% 0.93% -
XYZ 43.6 21.77 82.79 -
YUV 113.71 198.15 198.82 -
System Red Green Blue C M Y K H S L
Decimal 213 39 238 0.11 0.84 0 0.07 292.46 0.85 0.54
Hex D5 27 EE B 54 0 7 124 55 36
Octal 325 47 356 13 124 0 7 444 125 66
Binary 11010101 100111 11101110 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D527EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527EE

Black with #D527EE

Text Example


Text Example

White with #D527EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527EE; }

 p { color: rgb(213,39,238); }

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

background-color css

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

 a { background-color: rgb(213,39,238); }

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

border-color css

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

 span { border-color: rgb(213,39,238); }

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