Html Css Color HEX #D528F8 Psychedelic Purple

📋 copy color: '#D528F8'

red 213 ◦ green 40 ◦ blue 248

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

Shades of Psychedelic Purple #D528F8

Tints of Psychedelic Purple #D528F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 42.51%
G = 7.98%
B = 49.5%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D528F8 (or 0xD528F8) is known color: Psychedelic Purple. HEX triplet: D5, 28 and F8. RGB value is (213,40,248). Sum of RGB (Red+Green+Blue) = 213+40+248=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #D528F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528F8 is #2AD707. Grayscale: #727272. Windows color (decimal): -2807560 or 16263381. OLE color: 16263381.

HSL color Cylindrical-coordinate representation of color #D528F8: hue angle of 289.9º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D528F8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 40 248 -
CMYK 0.14 0.84 0 0.03
HSL 289.9º 0.94% 0.56% -
HSV(B) 289.9º 0.84% 0.97% -
XYZ 45.14 22.44 90.76 -
YUV 115.44 202.81 197.59 -
System Red Green Blue C M Y K H S L
Decimal 213 40 248 0.14 0.84 0 0.03 289.9 0.94 0.56
Hex D5 28 F8 E 54 0 3 122 5E 38
Octal 325 50 370 16 124 0 3 442 136 70
Binary 11010101 101000 11111000 1110 1010100 0 11 100100010 1011110 111000

Color Harmonies of #D528F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528F8

Black with #D528F8

Text Example


Text Example

White with #D528F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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