Html Css Color HEX #D529F9 Psychedelic Purple

📋 copy color: '#D529F9'

red 213 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #D529F9

Tints of Psychedelic Purple #D529F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 42.35%
G = 8.15%
B = 49.5%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D529F9 (or 0xD529F9) is known color: Psychedelic Purple. HEX triplet: D5, 29 and F9. RGB value is (213,41,249). Sum of RGB (Red+Green+Blue) = 213+41+249=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #D529F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529F9 is #2AD606. Grayscale: #737373. Windows color (decimal): -2807303 or 16329173. OLE color: 16329173.

HSL color Cylindrical-coordinate representation of color #D529F9: hue angle of 289.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D529F9 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 41 249 -
CMYK 0.14 0.84 0 0.02
HSL 289.62º 0.95% 0.57% -
HSV(B) 289.62º 0.84% 0.98% -
XYZ 45.33 22.57 91.59 -
YUV 116.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 213 41 249 0.14 0.84 0 0.02 289.62 0.95 0.57
Hex D5 29 F9 E 54 0 2 122 5F 39
Octal 325 51 371 16 124 0 2 442 137 71
Binary 11010101 101001 11111001 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D529F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529F9

Black with #D529F9

Text Example


Text Example

White with #D529F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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