Html Css Color HEX #D528FA Psychedelic Purple

📋 copy color: '#D528FA'

red 213 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D528FA

Tints of Psychedelic Purple #D528FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.95%

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

R = 42.35%
G = 7.95%
B = 49.7%

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

#D528FA (or 0xD528FA) is known color: Psychedelic Purple. HEX triplet: D5, 28 and FA. RGB value is (213,40,250). Sum of RGB (Red+Green+Blue) = 213+40+250=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #D528FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528FA is #2AD705. Grayscale: #737373. Windows color (decimal): -2807558 or 16394453. OLE color: 16394453.

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

Color convert

RGB 213 40 250 -
CMYK 0.15 0.84 0 0.02
HSL 289.43º 0.95% 0.57% -
HSV(B) 289.43º 0.84% 0.98% -
XYZ 45.45 22.57 92.4 -
YUV 115.67 203.81 197.42 -
System Red Green Blue C M Y K H S L
Decimal 213 40 250 0.15 0.84 0 0.02 289.43 0.95 0.57
Hex D5 28 FA F 54 0 2 121 5F 39
Octal 325 50 372 17 124 0 2 441 137 71
Binary 11010101 101000 11111010 1111 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D528FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528FA

Black with #D528FA

Text Example


Text Example

White with #D528FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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