Html Css Color HEX #D528EF Psychedelic Purple

📋 copy color: '#D528EF'

red 213 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #D528EF

Tints of Psychedelic Purple #D528EF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.13%

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

R = 43.29%
G = 8.13%
B = 48.58%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D528EF (or 0xD528EF) is known color: Psychedelic Purple. HEX triplet: D5, 28 and EF. RGB value is (213,40,239). Sum of RGB (Red+Green+Blue) = 213+40+239=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D528EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528EF is #2AD710. Grayscale: #717171. Windows color (decimal): -2807569 or 15673557. OLE color: 15673557.

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

Color convert

RGB 213 40 239 -
CMYK 0.11 0.83 0 0.06
HSL 292.16º 0.86% 0.55% -
HSV(B) 292.16º 0.83% 0.94% -
XYZ 43.78 21.9 83.58 -
YUV 114.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 213 40 239 0.11 0.83 0 0.06 292.16 0.86 0.55
Hex D5 28 EF B 53 0 6 124 56 37
Octal 325 50 357 13 123 0 6 444 126 67
Binary 11010101 101000 11101111 1011 1010011 0 110 100100100 1010110 110111

Color Harmonies of #D528EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528EF

Black with #D528EF

Text Example


Text Example

White with #D528EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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