Html Css Color HEX #D529FE Psychedelic Purple

📋 copy color: '#D529FE'

red 213 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #D529FE

Tints of Psychedelic Purple #D529FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 41.93%
G = 8.07%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D529FE (or 0xD529FE) is known color: Psychedelic Purple. HEX triplet: D5, 29 and FE. RGB value is (213,41,254). Sum of RGB (Red+Green+Blue) = 213+41+254=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #D529FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529FE is #2AD601. Grayscale: #747474. Windows color (decimal): -2807298 or 16656853. OLE color: 16656853.

HSL color Cylindrical-coordinate representation of color #D529FE: hue angle of 288.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D529FE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 41 254 -
CMYK 0.16 0.84 0 0.00
HSL 288.45º 0.99% 0.58% -
HSV(B) 288.45º 0.84% 1% -
XYZ 46.12 22.89 95.75 -
YUV 116.71 205.48 196.68 -
System Red Green Blue C M Y K H S L
Decimal 213 41 254 0.16 0.84 0 0.00 288.45 0.99 0.58
Hex D5 29 FE 10 54 0 0 120 63 3A
Octal 325 51 376 20 124 0 0 440 143 72
Binary 11010101 101001 11111110 10000 1010100 0 0 100100000 1100011 111010

Color Harmonies of #D529FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529FE

Black with #D529FE

Text Example


Text Example

White with #D529FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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