Html Css Color HEX #D535FD Psychedelic Purple

📋 copy color: '#D535FD'

red 213 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D535FD

Tints of Psychedelic Purple #D535FD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.21%

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

R = 41.04%
G = 10.21%
B = 48.75%

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

#D535FD (or 0xD535FD) is known color: Psychedelic Purple. HEX triplet: D5, 35 and FD. RGB value is (213,53,253). Sum of RGB (Red+Green+Blue) = 213+53+253=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D535FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D535FD is #2ACA02. Grayscale: #7B7B7B. Windows color (decimal): -2804227 or 16594389. OLE color: 16594389.

HSL color Cylindrical-coordinate representation of color #D535FD: hue angle of 288º 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 #D535FD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 53 253 -
CMYK 0.16 0.79 0 0.01
HSL 288º 0.98% 0.6% -
HSV(B) 288º 0.79% 0.99% -
XYZ 46.44 23.78 95.07 -
YUV 123.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 213 53 253 0.16 0.79 0 0.01 288 0.98 0.6
Hex D5 35 FD 10 4F 0 1 120 62 3C
Octal 325 65 375 20 117 0 1 440 142 74
Binary 11010101 110101 11111101 10000 1001111 0 1 100100000 1100010 111100

Color Harmonies of #D535FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535FD

Black with #D535FD

Text Example


Text Example

White with #D535FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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