Html Css Color HEX #D529E7 Psychedelic Purple

📋 copy color: '#D529E7'

red 213 ◦ green 41 ◦ blue 231

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

Shades of Psychedelic Purple #D529E7

Tints of Psychedelic Purple #D529E7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.45%

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

R = 43.92%
G = 8.45%
B = 47.63%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D529E7 (or 0xD529E7) is known color: Psychedelic Purple. HEX triplet: D5, 29 and E7. RGB value is (213,41,231). Sum of RGB (Red+Green+Blue) = 213+41+231=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #D529E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529E7 is #2AD618. Grayscale: #717171. Windows color (decimal): -2807321 or 15149525. OLE color: 15149525.

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

Color convert

RGB 213 41 231 -
CMYK 0.08 0.82 0 0.09
HSL 294.32º 0.8% 0.53% -
HSV(B) 294.32º 0.82% 0.91% -
XYZ 42.66 21.5 77.5 -
YUV 114.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 213 41 231 0.08 0.82 0 0.09 294.32 0.8 0.53
Hex D5 29 E7 8 52 0 9 126 50 35
Octal 325 51 347 10 122 0 11 446 120 65
Binary 11010101 101001 11100111 1000 1010010 0 1001 100100110 1010000 110101

Color Harmonies of #D529E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529E7

Black with #D529E7

Text Example


Text Example

White with #D529E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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