Html Css Color HEX #D529FD Psychedelic Purple

📋 copy color: '#D529FD'

red 213 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D529FD

Tints of Psychedelic Purple #D529FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 42.01%
G = 8.09%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D529FD (or 0xD529FD) is known color: Psychedelic Purple. HEX triplet: D5, 29 and FD. RGB value is (213,41,253). Sum of RGB (Red+Green+Blue) = 213+41+253=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #D529FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529FD is #2AD602. Grayscale: #737373. Windows color (decimal): -2807299 or 16591317. OLE color: 16591317.

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

Color convert

RGB 213 41 253 -
CMYK 0.16 0.84 0 0.01
HSL 288.68º 0.98% 0.58% -
HSV(B) 288.68º 0.84% 0.99% -
XYZ 45.96 22.82 94.91 -
YUV 116.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 213 41 253 0.16 0.84 0 0.01 288.68 0.98 0.58
Hex D5 29 FD 10 54 0 1 121 62 3A
Octal 325 51 375 20 124 0 1 441 142 72
Binary 11010101 101001 11111101 10000 1010100 0 1 100100001 1100010 111010

Color Harmonies of #D529FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529FD

Black with #D529FD

Text Example


Text Example

White with #D529FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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