Html Css Color HEX #D527FA Psychedelic Purple

📋 copy color: '#D527FA'

red 213 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D527FA

Tints of Psychedelic Purple #D527FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.77%

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

R = 42.43%
G = 7.77%
B = 49.8%

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

#D527FA (or 0xD527FA) is known color: Psychedelic Purple. HEX triplet: D5, 27 and FA. RGB value is (213,39,250). Sum of RGB (Red+Green+Blue) = 213+39+250=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #D527FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527FA is #2AD805. Grayscale: #727272. Windows color (decimal): -2807814 or 16394197. OLE color: 16394197.

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

Color convert

RGB 213 39 250 -
CMYK 0.15 0.84 0 0.02
HSL 289.48º 0.95% 0.57% -
HSV(B) 289.48º 0.84% 0.98% -
XYZ 45.42 22.5 92.39 -
YUV 115.08 204.15 197.84 -
System Red Green Blue C M Y K H S L
Decimal 213 39 250 0.15 0.84 0 0.02 289.48 0.95 0.57
Hex D5 27 FA F 54 0 2 121 5F 39
Octal 325 47 372 17 124 0 2 441 137 71
Binary 11010101 100111 11111010 1111 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D527FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527FA

Black with #D527FA

Text Example


Text Example

White with #D527FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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