Html Css Color HEX #D535FA Psychedelic Purple

📋 copy color: '#D535FA'

red 213 ◦ green 53 ◦ blue 250

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

Shades of Psychedelic Purple #D535FA

Tints of Psychedelic Purple #D535FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 41.28%
G = 10.27%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D535FA (or 0xD535FA) is known color: Psychedelic Purple. HEX triplet: D5, 35 and FA. RGB value is (213,53,250). Sum of RGB (Red+Green+Blue) = 213+53+250=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #D535FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D535FA is #2ACA05. Grayscale: #7A7A7A. Windows color (decimal): -2804230 or 16397781. OLE color: 16397781.

HSL color Cylindrical-coordinate representation of color #D535FA: hue angle of 288.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D535FA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 53 250 -
CMYK 0.15 0.79 0 0.02
HSL 288.73º 0.95% 0.59% -
HSV(B) 288.73º 0.79% 0.98% -
XYZ 45.97 23.59 92.57 -
YUV 123.3 199.51 191.98 -
System Red Green Blue C M Y K H S L
Decimal 213 53 250 0.15 0.79 0 0.02 288.73 0.95 0.59
Hex D5 35 FA F 4F 0 2 121 5F 3B
Octal 325 65 372 17 117 0 2 441 137 73
Binary 11010101 110101 11111010 1111 1001111 0 10 100100001 1011111 111011

Color Harmonies of #D535FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535FA

Black with #D535FA

Text Example


Text Example

White with #D535FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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