Html Css Color HEX #D635FD Psychedelic Purple

📋 copy color: '#D635FD'

red 214 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D635FD

Tints of Psychedelic Purple #D635FD

RGB

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

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

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

R = 41.15%
G = 10.19%
B = 48.65%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D635FD (or 0xD635FD) is known color: Psychedelic Purple. HEX triplet: D6, 35 and FD. RGB value is (214,53,253). Sum of RGB (Red+Green+Blue) = 214+53+253=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #D635FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635FD is #29CA02. Grayscale: #7B7B7B. Windows color (decimal): -2738691 or 16594390. OLE color: 16594390.

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

Color convert

RGB 214 53 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.3º 0.98% 0.6% -
HSV(B) 288.3º 0.79% 0.99% -
XYZ 46.73 23.93 95.09 -
YUV 123.94 200.84 192.24 -
System Red Green Blue C M Y K H S L
Decimal 214 53 253 0.15 0.79 0 0.01 288.3 0.98 0.6
Hex D6 35 FD F 4F 0 1 120 62 3C
Octal 326 65 375 17 117 0 1 440 142 74
Binary 11010110 110101 11111101 1111 1001111 0 1 100100000 1100010 111100

Color Harmonies of #D635FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635FD

Black with #D635FD

Text Example


Text Example

White with #D635FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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