Html Css Color HEX #D527EF Psychedelic Purple

📋 copy color: '#D527EF'

red 213 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #D527EF

Tints of Psychedelic Purple #D527EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 43.38%
G = 7.94%
B = 48.68%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D527EF (or 0xD527EF) is known color: Psychedelic Purple. HEX triplet: D5, 27 and EF. RGB value is (213,39,239). Sum of RGB (Red+Green+Blue) = 213+39+239=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #D527EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527EF is #2AD810. Grayscale: #717171. Windows color (decimal): -2807825 or 15673301. OLE color: 15673301.

HSL color Cylindrical-coordinate representation of color #D527EF: hue angle of 292.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D527EF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 39 239 -
CMYK 0.11 0.84 0 0.06
HSL 292.2º 0.86% 0.55% -
HSV(B) 292.2º 0.84% 0.94% -
XYZ 43.75 21.83 83.57 -
YUV 113.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 213 39 239 0.11 0.84 0 0.06 292.2 0.86 0.55
Hex D5 27 EF B 54 0 6 124 56 37
Octal 325 47 357 13 124 0 6 444 126 67
Binary 11010101 100111 11101111 1011 1010100 0 110 100100100 1010110 110111

Color Harmonies of #D527EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527EF

Black with #D527EF

Text Example


Text Example

White with #D527EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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