Html Css Color HEX #D636FD Psychedelic Purple

📋 copy color: '#D636FD'

red 214 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #D636FD

Tints of Psychedelic Purple #D636FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.36%

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

R = 41.07%
G = 10.36%
B = 48.56%

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

#D636FD (or 0xD636FD) is known color: Psychedelic Purple. HEX triplet: D6, 36 and FD. RGB value is (214,54,253). Sum of RGB (Red+Green+Blue) = 214+54+253=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D636FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D636FD is #29C902. Grayscale: #7B7B7B. Windows color (decimal): -2738435 or 16594646. OLE color: 16594646.

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

Color convert

RGB 214 54 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.24º 0.98% 0.6% -
HSV(B) 288.24º 0.79% 0.99% -
XYZ 46.78 24.03 95.1 -
YUV 124.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 214 54 253 0.15 0.79 0 0.01 288.24 0.98 0.6
Hex D6 36 FD F 4F 0 1 120 62 3C
Octal 326 66 375 17 117 0 1 440 142 74
Binary 11010110 110110 11111101 1111 1001111 0 1 100100000 1100010 111100

Color Harmonies of #D636FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636FD

Black with #D636FD

Text Example


Text Example

White with #D636FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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