Html Css Color HEX #D529FA Psychedelic Purple

📋 copy color: '#D529FA'

red 213 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #D529FA

Tints of Psychedelic Purple #D529FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 42.26%
G = 8.13%
B = 49.6%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D529FA (or 0xD529FA) is known color: Psychedelic Purple. HEX triplet: D5, 29 and FA. RGB value is (213,41,250). Sum of RGB (Red+Green+Blue) = 213+41+250=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #D529FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529FA is #2AD605. Grayscale: #737373. Windows color (decimal): -2807302 or 16394709. OLE color: 16394709.

HSL color Cylindrical-coordinate representation of color #D529FA: hue angle of 289.38º 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 #D529FA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 41 250 -
CMYK 0.15 0.84 0 0.02
HSL 289.38º 0.95% 0.57% -
HSV(B) 289.38º 0.84% 0.98% -
XYZ 45.49 22.63 92.41 -
YUV 116.25 203.48 197.01 -
System Red Green Blue C M Y K H S L
Decimal 213 41 250 0.15 0.84 0 0.02 289.38 0.95 0.57
Hex D5 29 FA F 54 0 2 121 5F 39
Octal 325 51 372 17 124 0 2 441 137 71
Binary 11010101 101001 11111010 1111 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529FA

Black with #D529FA

Text Example


Text Example

White with #D529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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