Html Css Color HEX #D534FD Psychedelic Purple

📋 copy color: '#D534FD'

red 213 ◦ green 52 ◦ blue 253

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

Shades of Psychedelic Purple #D534FD

Tints of Psychedelic Purple #D534FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.04%

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

R = 41.12%
G = 10.04%
B = 48.84%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D534FD (or 0xD534FD) is known color: Psychedelic Purple. HEX triplet: D5, 34 and FD. RGB value is (213,52,253). Sum of RGB (Red+Green+Blue) = 213+52+253=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #D534FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534FD is #2ACB02. Grayscale: #7A7A7A. Windows color (decimal): -2804483 or 16594133. OLE color: 16594133.

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

Color convert

RGB 213 52 253 -
CMYK 0.16 0.79 0 0.01
HSL 288.06º 0.98% 0.6% -
HSV(B) 288.06º 0.79% 0.99% -
XYZ 46.4 23.69 95.06 -
YUV 123.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 213 52 253 0.16 0.79 0 0.01 288.06 0.98 0.6
Hex D5 34 FD 10 4F 0 1 120 62 3C
Octal 325 64 375 20 117 0 1 440 142 74
Binary 11010101 110100 11111101 10000 1001111 0 1 100100000 1100010 111100

Color Harmonies of #D534FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534FD

Black with #D534FD

Text Example


Text Example

White with #D534FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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