Html Css Color HEX #D535FE Psychedelic Purple

📋 copy color: '#D535FE'

red 213 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #D535FE

Tints of Psychedelic Purple #D535FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 40.96%
G = 10.19%
B = 48.85%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D535FE (or 0xD535FE) is known color: Psychedelic Purple. HEX triplet: D5, 35 and FE. RGB value is (213,53,254). Sum of RGB (Red+Green+Blue) = 213+53+254=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #D535FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D535FE is #2ACA01. Grayscale: #7B7B7B. Windows color (decimal): -2804226 or 16659925. OLE color: 16659925.

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

Color convert

RGB 213 53 254 -
CMYK 0.16 0.79 0 0.00
HSL 287.76º 0.99% 0.6% -
HSV(B) 287.76º 0.79% 1% -
XYZ 46.6 23.85 95.91 -
YUV 123.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 213 53 254 0.16 0.79 0 0.00 287.76 0.99 0.6
Hex D5 35 FE 10 4F 0 0 120 63 3C
Octal 325 65 376 20 117 0 0 440 143 74
Binary 11010101 110101 11111110 10000 1001111 0 0 100100000 1100011 111100

Color Harmonies of #D535FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535FE

Black with #D535FE

Text Example


Text Example

White with #D535FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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