Html Css Color HEX #D635FA Psychedelic Purple

📋 copy color: '#D635FA'

red 214 ◦ green 53 ◦ blue 250

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

Shades of Psychedelic Purple #D635FA

Tints of Psychedelic Purple #D635FA

RGB

 RED value IS 214 (83.98% from 255) = 41.39%

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

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

R = 41.39%
G = 10.25%
B = 48.36%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D635FA (or 0xD635FA) is known color: Psychedelic Purple. HEX triplet: D6, 35 and FA. RGB value is (214,53,250). Sum of RGB (Red+Green+Blue) = 214+53+250=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #D635FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635FA is #29CA05. Grayscale: #7A7A7A. Windows color (decimal): -2738694 or 16397782. OLE color: 16397782.

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

Color convert

RGB 214 53 250 -
CMYK 0.14 0.79 0 0.02
HSL 289.04º 0.95% 0.59% -
HSV(B) 289.04º 0.79% 0.98% -
XYZ 46.26 23.74 92.59 -
YUV 123.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 214 53 250 0.14 0.79 0 0.02 289.04 0.95 0.59
Hex D6 35 FA E 4F 0 2 121 5F 3B
Octal 326 65 372 16 117 0 2 441 137 73
Binary 11010110 110101 11111010 1110 1001111 0 10 100100001 1011111 111011

Color Harmonies of #D635FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635FA

Black with #D635FA

Text Example


Text Example

White with #D635FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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