Html Css Color HEX #D528FD Psychedelic Purple

📋 copy color: '#D528FD'

red 213 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #D528FD

Tints of Psychedelic Purple #D528FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 42.09%
G = 7.91%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D528FD (or 0xD528FD) is known color: Psychedelic Purple. HEX triplet: D5, 28 and FD. RGB value is (213,40,253). Sum of RGB (Red+Green+Blue) = 213+40+253=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #D528FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528FD is #2AD702. Grayscale: #737373. Windows color (decimal): -2807555 or 16591061. OLE color: 16591061.

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

Color convert

RGB 213 40 253 -
CMYK 0.16 0.84 0 0.01
HSL 288.73º 0.98% 0.57% -
HSV(B) 288.73º 0.84% 0.99% -
XYZ 45.93 22.76 94.9 -
YUV 116.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 213 40 253 0.16 0.84 0 0.01 288.73 0.98 0.57
Hex D5 28 FD 10 54 0 1 121 62 39
Octal 325 50 375 20 124 0 1 441 142 71
Binary 11010101 101000 11111101 10000 1010100 0 1 100100001 1100010 111001

Color Harmonies of #D528FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528FD

Black with #D528FD

Text Example


Text Example

White with #D528FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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