Html Css Color HEX #D527E7 Psychedelic Purple

📋 copy color: '#D527E7'

red 213 ◦ green 39 ◦ blue 231

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

Shades of Psychedelic Purple #D527E7

Tints of Psychedelic Purple #D527E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 44.1%
G = 8.07%
B = 47.83%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D527E7 (or 0xD527E7) is known color: Psychedelic Purple. HEX triplet: D5, 27 and E7. RGB value is (213,39,231). Sum of RGB (Red+Green+Blue) = 213+39+231=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #D527E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527E7 is #2AD818. Grayscale: #707070. Windows color (decimal): -2807833 or 15149013. OLE color: 15149013.

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

Color convert

RGB 213 39 231 -
CMYK 0.08 0.83 0 0.09
HSL 294.38º 0.8% 0.53% -
HSV(B) 294.38º 0.83% 0.91% -
XYZ 42.59 21.37 77.48 -
YUV 112.91 194.65 199.39 -
System Red Green Blue C M Y K H S L
Decimal 213 39 231 0.08 0.83 0 0.09 294.38 0.8 0.53
Hex D5 27 E7 8 53 0 9 126 50 35
Octal 325 47 347 10 123 0 11 446 120 65
Binary 11010101 100111 11100111 1000 1010011 0 1001 100100110 1010000 110101

Color Harmonies of #D527E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527E7

Black with #D527E7

Text Example


Text Example

White with #D527E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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